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 6804c0e commit a144cd8Copy full SHA for a144cd8
.travis.yml
@@ -3,3 +3,7 @@ node_js:
3
- "8.11.4"
4
before_install:
5
- npm i -g npm@5.6.0
6
+script:
7
+ - npm run coverage
8
+after_script:
9
+ - npm run coveralls
0 commit comments