We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12c719 commit 6b463cfCopy full SHA for 6b463cf
1 file changed
.travis.yml
@@ -49,4 +49,4 @@ script:
49
# Test running with BWA Mem
50
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --pairedEnd --bwamem --bwa_index results/reference_genome/bwa_index/
51
# Test basic pipeline with Conda too
52
- - nextflow run ${TRAVIS_BUILD_DIR} -profile test,conda --pairedEnd --bwa_index results/reference_genome/bwa_index/
+ - travis_wait 25 nextflow run ${TRAVIS_BUILD_DIR} -profile test,conda --pairedEnd --bwa_index results/reference_genome/bwa_index/
0 commit comments