Skip to content

Commit

Permalink
Update .travis.yml: delete openjdk6, change oraclejdk7 to openjdk7
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj authored Sep 4, 2017
1 parent 3ba50c1 commit 6b8606f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6
- openjdk7

script: mvn -DskipTests=true clean package

0 comments on commit 6b8606f

Please sign in to comment.