diff --git a/.travis.yml b/.travis.yml index b880b335b661e7a7759ad62ce0768c20a32cc6b1..5b6b68d8c0d87215b6357a7d695e6700eac88250 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - gulp electron - gulp compile - gulp optimize-vscode - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --no-colors --reporter dot --coverage; else ./scripts/test.sh --no-colors --reporter dot; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --reporter dot --coverage; else ./scripts/test.sh --reporter dot; fi - ./scripts/test-integration.sh after_success: