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

Commit dd640f2

Browse files
authored
switching travis config back to npm test --silent (#17)
Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
1 parent 8b50cab commit dd640f2

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
@@ -15,7 +15,7 @@ install:
1515
# - 'npm run vscode:prepublish'
1616
- 'vsce package'
1717
script:
18-
- 'npm test'
18+
- 'npm test --silent'
1919
after_success:
2020
- if [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]]; then
2121
sonar-scanner;

0 commit comments

Comments
 (0)