Skip to content

Commit

Permalink
Global NO_GCE_CHECK=true
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jul 2, 2019
1 parent 0f646f4 commit 8b113bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ matrix:
- jdk: openjdk11
env: JAVA_RELEASE=11 JAVA_VERSION=11 SCALA_VERSION=2.12
env:
- NO_GCE_CHECK=true
global:
- NO_GCE_CHECK=true
script:
- mvn -B verify -Djava.release=$JAVA_RELEASE -Djava.version=$JAVA_VERSION -Dscala.version=$SCALA_VERSION -Ddisq.test.real.world.files.dir=$TRAVIS_BUILD_DIR/gatk/src/test/resources/large -Ddisq.test.real.world.files.ref=$TRAVIS_BUILD_DIR/gatk/src/test/resources/large/human_g1k_v37.20.21.fasta -Ddisq.samtools.bin=/usr/bin/samtools -Ddisq.bcftools.bin=/usr/bin/bcftools
cache:
Expand Down

0 comments on commit 8b113bf

Please sign in to comment.