Skip to content

Commit

Permalink
Fix jabba config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 10, 2020
1 parent 2b345ce commit e9603c3
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 @@ -8,7 +8,7 @@ env:
- TRAVIS_JDK=8

before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh
install: jabba install "adopt@~1.$TRAVIS_JDK.0-0" && jabba use "$_" && java -Xmx32m -version
install: jabba install $(jabba ls-remote "adopt@~1.$TRAVIS_JDK.0-0" --latest=patch) && jabba use "$_" && java -Xmx32m -version

script:
- cd code
Expand Down

0 comments on commit e9603c3

Please # to comment.