From 38f50127edebd947b432b05efbd2e6c07ab955a9 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 31 Aug 2020 16:30:10 -0400 Subject: [PATCH] GAHH --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f91eb7674b..9ae4f183a0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,6 +123,7 @@ install: script: # run a basic sanity check to be sure that gatk doesn't explode # run tests +# Because the docker build for GATK doesn't include the test code or the src files we have to manually collect them into a location to be mounted in for performing tests - if [[ $TRAVIS_EVENT_TYPE == cron ]]; then echo "Not running any tests for nightly builds"; elif [[ $TEST_TYPE == wdlGen ]]; then @@ -158,7 +159,6 @@ script: fi; sudo docker images; echo ${TEST_TYPE}; - # Because the docker build for GATK doesn't include the test code or the src files we have to manually collect them into a location to be mounted in for performing tests ./gradlew clean shadowTestClassJar shadowTestJar; mkdir ./testJars; echo $( find ./build/libs/ -name "gatk*test.jar");