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 9f4e186 commit de7abf9Copy full SHA for de7abf9
.travis.yml
@@ -10,7 +10,7 @@ rvm:
10
11
install: bundle install --jobs=3 --retry=3
12
script: bash cibuild.sh
13
-after_success: if [ "$TRAVIS_BRANCH" == "gh-pages" ]; then travis_retry bundle exec s3_website push; fi
+after_script: if [ "$TRAVIS_BRANCH" == "gh-pages" ]; then travis_retry bundle exec s3_website push; fi
14
15
cache: bundler
16
0 commit comments