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 253b040 commit 05a6e26Copy full SHA for 05a6e26
.travis.yml
@@ -1,8 +1,11 @@
1
+sudo: false
2
language: node_js
3
+matrix:
4
+ include:
5
+ - node_js: 8
6
+ - node_js: 10
7
before_install:
- - npm install -g npm@~1.4.18
-node_js:
- - "0.10"
8
+ - npm i -g npm
9
script:
10
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage
11
before_script:
0 commit comments