From eaa1c8360fc3fd6b76e3b1b5f5f8dc9ce4c625b4 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 12 Mar 2019 17:25:16 +0100 Subject: [PATCH] Travis multiline yaml --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 276304c..918a846 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ env: script: # Run the pipeline with the test profile and test remote config - - grep "{.*includeConfig.*[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 "{.*includeConfig.*[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 {}