Skip to content

Commit

Permalink
Allow Travis-CI to build only nightly on cron
Browse files Browse the repository at this point in the history
Also, build nightly only on cron.
  • Loading branch information
nurupo committed Jul 30, 2019
1 parent 456a3fa commit 9640fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
global:
- CIRP_GITHUB_REPO_SLUG="nurupo/vlc-pause-click-plugin-nlightly-builds"

if: (branch != nightly && type != cron) || (branch == nightly && type == cron)

matrix:
include:
- stage: Build
Expand Down

0 comments on commit 9640fe5

Please sign in to comment.