From d7e891a5765074259a060c8cdce2ff7b3058bcc7 Mon Sep 17 00:00:00 2001 From: phue Date: Mon, 23 Sep 2019 13:55:43 +0200 Subject: [PATCH] Revert "point travis to local clone" This reverts commit 014111b925f3d3ebc40eb034e71ee6af06b35813. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60bfc96..4985029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ script: tr -s ' ' | \ cut -d " " -f 2 | \ grep -v "czbiohub_aws" | \ - xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf --custom_config_base=${TRAVIS_BUILD_DIR} -profile {} + xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {}