Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
switching travis config back to npm test --silent (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Fitzpatrick <[email protected]>
  • Loading branch information
bfitzpat authored Jun 18, 2019
1 parent 8b50cab commit dd640f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
# - 'npm run vscode:prepublish'
- 'vsce package'
script:
- 'npm test'
- 'npm test --silent'
after_success:
- if [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]]; then
sonar-scanner;
Expand Down

0 comments on commit dd640f2

Please sign in to comment.