1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 16:29:55 +00:00

Update .travis.yml

This commit is contained in:
Sven F 2019-03-06 20:11:20 +01:00 committed by GitHub
parent 23c05308de
commit da1b4572d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ install:
- mkdir /tmp/nextflow && cd /tmp/nextflow - mkdir /tmp/nextflow && cd /tmp/nextflow
- wget -qO- get.nextflow.io | bash - wget -qO- get.nextflow.io | bash
- sudo ln -s /tmp/nextflow/nextflow /usr/local/bin/nextflow - sudo ln -s /tmp/nextflow/nextflow /usr/local/bin/nextflow
- mkdir -p ${TRAVIS_BUILD_DIR}/tests && cd ${TRAVIS_BUILD_DIR}/tests
env: env:
- NXF_VER='18.10.1' # Specify a minimum NF version that should be tested and work - NXF_VER='18.10.1' # Specify a minimum NF version that should be tested and work