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 70ac6a2 commit 1c00272Copy full SHA for 1c00272
.travis.yml
@@ -2,5 +2,7 @@ language: node_js
2
node_js:
3
- 10
4
- 12
5
-after_success:
+script:
6
+ - npm run test-ci
7
+after_script:
8
- npm run coverage
0 commit comments