Skip to content

Commit 6cd6a4e

Browse files
committed
debug travis
1 parent ad6db02 commit 6cd6a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jruby-gradle-base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class JRubyExecIntegrationSpec extends Specification {
107107

108108
def "Running a script that requires a gem using default embedded rubygems-servlets maven repo"() {
109109
// java-1.7 runs int o perm-space problems
110-
if (System.getProperty('java.version').startsWith('1.7.') ) {
110+
if (System.getProperty('java.version').startsWith('1.') ) {
111111
println 'skipping extra rubygems-servlet test for jdk-1.7'
112112
return
113113
}

0 commit comments

Comments
 (0)