Skip to content

Commit

Permalink
update travis configuration for java to avoid java 11 issue with s3 d…
Browse files Browse the repository at this point in the history
…eploy

• Reference: laurilehmijoki/s3_website#325
  • Loading branch information
khaliqgant committed Aug 25, 2019
1 parent 6805d13 commit 6e7a9b8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: ruby
rvm:
- 2.4.1
install:
language:
- ruby
- java
jdk: openjdk8
rvm: 2.4.1
install:
- gem install bundler:2.0.1
- bundle install
- bundle install
- gem install s3_website
script: jekyll build
after_success: s3_website push
Expand Down

0 comments on commit 6e7a9b8

Please sign in to comment.