diff --git a/.travis.yml b/.travis.yml index 2b37dd4..6a640b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ env: script: # Run the pipeline with the test profile and test remote config - - nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile + - grep -o "[a-z]*.config\"" ${TRAVIS_BUILD_DIR}/nfcore_custom.config | sed 's/.config\"//g' | cat | xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -{}