Skip to content

Commit

Permalink
2nd 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 36c9e1c commit 1cbfcab
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 @@ jdk:
install:
- 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-get upgrade -y openjdk7
- sudo apt-get upgrade -y java-1.7.0-openjdk-amd64

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

0 comments on commit 1cbfcab

Please sign in to comment.