Skip to content

Commit

Permalink
Fixed failing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
xebialabs-se committed Nov 15, 2017
1 parent fc90d8b commit ef0fad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ dependencies {
compile 'de.schlichtherle.truezip:truezip-file:7.7.10'
}

project.ext {
jythonInterpreter = "jython"
}

task runTest(type: Exec, dependsOn: ['testClasses']) {
environment = ["itest_conf_file": "$projectDir/itest-conf.json", "PATH": System.getenv("PATH"), "HOME": System.getenv("HOME")]
commandLine jythonInterpreter, "-m", "unittest", "-v", System.getProperty("testName")
Expand Down

0 comments on commit ef0fad0

Please sign in to comment.