From eadc2f8361b47d0d2ca930c966d03c5ea16cfe03 Mon Sep 17 00:00:00 2001
From: Peter van 't Hof <p.j.van_t_hof@lumc.nl>
Date: Mon, 8 Oct 2018 17:05:39 +0200
Subject: [PATCH] Update travis file

---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4065d1c..7019e07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
 language: java
 script:
 - set -e
-- export CROMWELL_VERSION=34
-#  - wget https://github.com/broadinstitute/cromwell/releases/download/$CROMWELL_VERSION/womtool-$CROMWELL_VERSION.jar
-- wget https://barmsijs.lumc.nl/womtool-35-a7ae2d8-SNAP.jar
+- export CROMWELL_VERSION=35
+- wget https://github.com/broadinstitute/cromwell/releases/download/$CROMWELL_VERSION/womtool-$CROMWELL_VERSION.jar
 - for F in `find -name "*.wdl"`; do echo $F; java -jar womtool-*.jar validate $F; done
 - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then git submodule foreach --recursive git checkout $TRAVIS_BRANCH && git submodule foreach --recursive git pull; fi'
 - "git diff --exit-code || (echo ERROR: Git changes detected. Please update submodules && exit 1)"
-- 
GitLab