From bbe0d304629d8fe601f754684eab653884ff43d7 Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Fri, 8 Mar 2019 12:00:43 +0100 Subject: [PATCH] Fixes syntax error in travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0760514..6d1f42e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ env: script: # Run the pipeline with the test profile and test remote config - - grep "[a-z]*.config\"" ${TRAVIS_BUILD_DIR}/nfcore_custom.config | | tr -s ' ' | cut -d " " -f 2 | xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {} + - grep "[a-z]*.config\"" ${TRAVIS_BUILD_DIR}/nfcore_custom.config | tr -s ' ' | cut -d " " -f 2 | xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {}