From 868bd8b652fa265aca7c89090f3205941a7a3670 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Wed, 27 Nov 2019 12:57:37 +0100
Subject: [PATCH] update ci

---
 .travis.yml           | 8 ++------
 requirements-test.txt | 1 +
 2 files changed, 3 insertions(+), 6 deletions(-)
 create mode 100644 requirements-test.txt

diff --git a/.travis.yml b/.travis.yml
index 5109f95..396b998 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,10 +17,6 @@ before_install:
   - conda config --add channels conda-forge
 
 install:
-  - conda install cromwell
+  - conda install --file requirements-test.txt
 
-script:
-  - set -e
-  - for FILE in $(find -name "*.wdl"); do echo $FILE; womtool validate $FILE; done
-  - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then git submodule foreach git checkout develop && git submodule foreach git pull; fi'
-  - "git diff --exit-code || (echo ERROR: Git changes detected. Please update submodules && exit 1)"
+script: bash scripts/biowdl_lint.sh
diff --git a/requirements-test.txt b/requirements-test.txt
new file mode 100644
index 0000000..438f683
--- /dev/null
+++ b/requirements-test.txt
@@ -0,0 +1 @@
+cromwell
\ No newline at end of file
-- 
GitLab