diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 462a063..6ee5b10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: script: # NOTE(TRAVIS_BRANCH) See the NOTE in the `install` section - if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_EVENT_TYPE = cron ]; then - sh ci/script.sh + sh ci/script.sh; fi cache: cargo |