Skip to content

Commit

Permalink
3rd attempt at upgrading openjdk7 in Travis to avoid build failures d…
Browse files Browse the repository at this point in the history
…ue to keystore type
  • Loading branch information
tomakehurst committed Mar 16, 2019
1 parent 8f413ba commit bad5c7f
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 @@ -6,9 +6,9 @@ jdk:
- openjdk8

install:
- sudo apt-get upgrade -y openjdk-7-jdk
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 8.12.0
- JAVA_HOME=$(jdk_switcher home openjdk8) ./gradlew classes testClasses -x generateApiDocs
- sudo apt list | grep openjdk

script:
- ./gradlew check --info --stacktrace --no-daemon
Expand Down

0 comments on commit bad5c7f

Please sign in to comment.