Skip to content

Commit 888d499

Browse files
committed
Use run_tests.sh script
1 parent 5a7e1a2 commit 888d499

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_install:
3232
- sudo apt-get install ca-certificates-java
3333
- sudo update-ca-certificates -f
3434
install: "./gradlew assemble -DexcludeBenchmark"
35-
script: "./gradlew check -DexcludeBenchmark && TEST_JAVA_HOME=$JAVA_8_HOME ./gradlew test --tests org.openjdk.btrace.BTraceFunctionalTests"
35+
script: "./run_tests.sh"
3636
after_success:
3737
- "./gradlew buildDistributions -DexcludeBenchmark"
3838
- codecov

run_tests.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)