Skip to content

Commit de7abf9

Browse files
committed
Travis deploys to S3 despite HTML-Proofer failures
1 parent 9f4e186 commit de7abf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rvm:
1010

1111
install: bundle install --jobs=3 --retry=3
1212
script: bash cibuild.sh
13-
after_success: if [ "$TRAVIS_BRANCH" == "gh-pages" ]; then travis_retry bundle exec s3_website push; fi
13+
after_script: if [ "$TRAVIS_BRANCH" == "gh-pages" ]; then travis_retry bundle exec s3_website push; fi
1414

1515
cache: bundler
1616

0 commit comments

Comments
 (0)