From eb0e89eeaac958b2928558aee106e9a5a7a0a779 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 31 Jul 2019 22:44:54 +0100 Subject: [PATCH] Remove SCRATCH variable --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8db01c..79de276 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ install: - mkdir -p ${TRAVIS_BUILD_DIR}/tests && cd ${TRAVIS_BUILD_DIR}/tests env: - - NXF_VER='18.10.1' SCRATCH='~' # Specify a minimum NF version that should be tested and work. Set SCRATCH for prince.config. - - NXF_VER='' SCRATCH='~' # Plus: get the latest NF version and check, that it works. Set SCRATCH for prince.config. + - NXF_VER='18.10.1' # 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. Set SCRATCH for prince.config. script: # Run the pipeline with the test profile and test remote config