Skip to content

Commit 6d325ae

Browse files
authored
Merge pull request nf-core#573 from MaxUlysse/gnomon
fix typo
2 parents bb87c71 + 4c713e0 commit 6d325ae

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)