Skip to content

Commit

Permalink
Since 2017-06-20 travis-ci doesn't support Oracle JDK 7 anymore. Ther…
Browse files Browse the repository at this point in the history
…efore oraclejdk7 build disabled until we switch to Oracle JDK 8 which is supported by travis-ci.
  • Loading branch information
tfr42 committed Nov 6, 2017
1 parent bc0cfaa commit 506b075
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,7 +6,7 @@ sudo: false
language: java
jdk:
- openjdk7
- oraclejdk7
# - oraclejdk7
install: "travis_retry mvn install -Pintegration-tests -DskipTests=true -B -V"
script: "travis_retry mvn verify -Pintegration-tests -B -V"
env: MAVEN_OPTS="-XX:MaxPermSize=256m"
Expand Down

0 comments on commit 506b075

Please sign in to comment.