We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb17e70 + 6d325ae commit 24f91deCopy full SHA for 24f91de
1 file changed
.travis.yml
@@ -32,7 +32,7 @@ install: # Install Nextflow (and Singularity if needed)
32
- "travis_retry ./scripts/containers.sh --profile $PROFILE --test $TEST"
33
34
before_script: # Build references when needed
35
- - "./scripts/test.sh --profile $PROFILE --test $TEST --build
+ - "./scripts/test.sh --profile $PROFILE --test $TEST --build"
36
37
script:
38
- - "./scripts/test.sh --profile $PROFILE --test $TEST
+ - "./scripts/test.sh --profile $PROFILE --test $TEST"
0 commit comments