We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc17a9 commit b8a7965Copy full SHA for b8a7965
.travis.yml
@@ -5,3 +5,7 @@ cache: bundler
5
before_script:
6
- gem update --system
7
- gem install bundler
8
+
9
+script:
10
+ - if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then bundle exec rake; fi
11
+ - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then bundle exec thor updates:check --github-token $GH_TOKEN --upload; fi
0 commit comments