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:
- "./gradlew clean"
script:
- "./gradlew -S -i"
- "./gradlew -S -i gradleTest"
- "./gradlew -S -i check gradleTest assemble"
jdk:
- oraclejdk7
- oraclejdk8
- openjdk7
env:

View File

@ -95,7 +95,7 @@ bintray {
* the JDK7 build. This is to prevent multiple attempts by the build matrix
* 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 {
userOrg = 'jruby-gradle'