Skip to content
Snippets Groups Projects
Commit 868bd8b6 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

update ci

parent 090b142f
No related branches found
No related tags found
No related merge requests found
......@@ -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
cromwell
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment