diff --git a/.travis.yml b/.travis.yml index d8d8817..08bb39a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/build.gradle b/build.gradle index 58cbc9b..d8469b6 100644 --- a/build.gradle +++ b/build.gradle @@ -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'