mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
.travis.yml
This commit is contained in:
parent
e29f46eaeb
commit
6298f78bf4
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ install:
|
||||||
- mkdir -p ${TRAVIS_BUILD_DIR}/tests && cd ${TRAVIS_BUILD_DIR}/tests
|
- 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' SCRATCH='~' # Specify a minimum NF version that should be tested and work. Set SCRATCH for prince.config.
|
||||||
- NXF_VER='' # Plus: get the latest NF version and check, that it works
|
- NXF_VER='' SCRATCH='~' # Plus: get the latest NF version and check, that it works. Set SCRATCH for prince.config.
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Run the pipeline with the test profile and test remote config
|
# Run the pipeline with the test profile and test remote config
|
||||||
|
|
Loading…
Reference in a new issue