Skip to content

Commit

Permalink
Try to use jdk9 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Feb 10, 2018
1 parent 61ec3db commit 5d76c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# exit immediately if a command fails
set -e
source /opt/jdk_switcher/jdk_switcher.sh
jdk_switcher use oraclejdk9
java -version


Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: java
jdk:
- oraclejdk9

install:
- true
script:
Expand Down

0 comments on commit 5d76c81

Please sign in to comment.