Skip to content

Commit

Permalink
Travis: workaround s3_website bug which prevents updating website
Browse files Browse the repository at this point in the history
  • Loading branch information
kareman committed Mar 23, 2019
1 parent 05b84d5 commit ac41839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ install: bundle install
script:
- bundle exec jekyll build || travis_terminate 1
- bundle exec htmlproofer --assume-extension --check-html ./_site || travis_terminate 1
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then bundle exec s3_website push; fi
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then java -cp $(bundle show s3_website)/*.jar s3.website.Push; fi

0 comments on commit ac41839

Please sign in to comment.