From bb6d92668c90bfc6cafa9bad315333c8cb7f9037 Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 17 Sep 2019 18:06:11 +0100 Subject: [PATCH] Pass in scala version in non-docker test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 379cc503dbd..da6a8177e2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,7 +170,7 @@ script: $( exit ${TEST_EXIT_VALUE} ); else ./gatk PrintReads -I src/test/resources/NA12878.chr17_69k_70k.dictFix.bam -O output.bam; - travis_wait 50 ./gradlew jacocoTestReport; + travis_wait 50 ./gradlew -Dscala.version=${SCALA_VERSION} jacocoTestReport; fi; # This creates and uploads the gatk zip file to the nightly build bucket, only keeping the 10 newest entries # This also constructs the Docker image and uploads it to https://cloud.docker.com/u/broadinstitute/repository/docker/broadinstitute/gatk-nightly/