We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2494ba5 commit 4c713e0Copy full SHA for 4c713e0
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