Skip to content

Commit

Permalink
Let Travis.CI build on JDK8 insead of JDK7
Browse files Browse the repository at this point in the history
It seems some plugins requires JDK8 to run. This is to fix Travis build.
  • Loading branch information
sarxos authored Jan 17, 2018
1 parent 2093a7a commit ccab73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: java
jdk:
# - openjdk6
# - oraclejdk7
# - oraclejdk8
- openjdk7
# - openjdk7
- openjdk8

before_install:
- mvn install -DskipTests=true -e -B
Expand Down

0 comments on commit ccab73b

Please sign in to comment.