Skip to content

Commit c303419

Browse files
committed
Disable ANSI in Travis
1 parent 62af7b8 commit c303419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ script:
3939
# Lint the documentation
4040
- markdownlint ${TRAVIS_BUILD_DIR} -c ${TRAVIS_BUILD_DIR}/.github/markdownlint.yml
4141
# Run the pipeline with the test profile
42-
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker
42+
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker -ansi-log false

0 commit comments

Comments
 (0)