Skip to content

Commit 4c713e0

Browse files
committed
fix typo
1 parent 2494ba5 commit 4c713e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install: # Install Nextflow (and Singularity if needed)
3232
- "travis_retry ./scripts/containers.sh --profile $PROFILE --test $TEST"
3333

3434
before_script: # Build references when needed
35-
- "./scripts/test.sh --profile $PROFILE --test $TEST --build
35+
- "./scripts/test.sh --profile $PROFILE --test $TEST --build"
3636

3737
script:
38-
- "./scripts/test.sh --profile $PROFILE --test $TEST
38+
- "./scripts/test.sh --profile $PROFILE --test $TEST"

0 commit comments

Comments
 (0)