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:
parent
23c05308de
commit
da1b4572d3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue