We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130d108 commit cae0df7Copy full SHA for cae0df7
.travis.yml
@@ -5,7 +5,7 @@ before_install:
5
- npm i -g npm@5.6.0
6
script:
7
- npm run test
8
- npm run-script test-report
9
- npm run-script test-coverage
+ - npm run-script test-report
+ - npm run-script test-coverage
10
after_script:
11
- npm run coverage
0 commit comments