Remove oraclejdk7 from travis

Similar to jruby-gradle/jruby-gradle-plugin#217
This commit is contained in:
R. Tyler Croy 2015-09-10 17:01:27 -07:00
parent 27ec0761d0
commit cc1ef8df32
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 2 additions and 4 deletions

View File

@ -3,10 +3,8 @@ sudo: false
install: install:
- "./gradlew clean" - "./gradlew clean"
script: script:
- "./gradlew -S -i" - "./gradlew -S -i check gradleTest assemble"
- "./gradlew -S -i gradleTest"
jdk: jdk:
- oraclejdk7
- oraclejdk8 - oraclejdk8
- openjdk7 - openjdk7
env: env:

View File

@ -95,7 +95,7 @@ bintray {
* the JDK7 build. This is to prevent multiple attempts by the build matrix * the JDK7 build. This is to prevent multiple attempts by the build matrix
* to publish the artifacts * to publish the artifacts
*/ */
dryRun = !((System.env.TRAVIS_TAG as boolean) && (System.env.TRAVIS_JDK_VERSION == 'oraclejdk7')) dryRun = !((System.env.TRAVIS_TAG as boolean) && (System.env.TRAVIS_JDK_VERSION == 'openjdk7'))
pkg { pkg {
userOrg = 'jruby-gradle' userOrg = 'jruby-gradle'