Skip to content

Commit

Permalink
manual push
Browse files Browse the repository at this point in the history
  • Loading branch information
robotmlg committed Nov 1, 2019
1 parent db9394f commit d49315e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ rvm:
branches:
only: master
before_install: gem update --system
script: bundle exec rake deploy
script:
- bundle exec rake build
- bundle exec s3_website install
- java -cp $(bundle show s3_website)/*.jar s3.website.Push
cache: bundler
env:
global:
Expand Down

0 comments on commit d49315e

Please sign in to comment.