From 7ec2532b78306690405af2d1a85ac2beea7213c4 Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Wed, 6 Mar 2019 17:58:43 +0100 Subject: [PATCH] Points config version to current branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6824033..3448ea6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ env: script: # Run the pipeline with the test profile and test remote config - - nextflow run nf-core/hlatyping -profile test_configs,test,docker \ No newline at end of file + - nextflow run nf-core/hlatyping --custom_config_version $TRAVIS_BRANCH -profile test_configs,test,docker \ No newline at end of file