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 8205d94 commit 0353f5dCopy full SHA for 0353f5d
.travis.yml
@@ -6,13 +6,13 @@ cache:
6
7
matrix:
8
include:
9
- - node_js: "6"
10
- node_js: "8"
+ - node_js: "10"
11
before_install: npm install coveralls
12
before_script: npm run lint
13
- after_success: npm run coverage && cat ./coverage/lcov.info | coveralls lib;
14
- - node_js: "10"
15
- - node_js: "node"
+ after_success: npm run coverage && cat ./coverage/lcov.info | coveralls lib;
+ - node_js: "12"
+ - node_js: "node"
16
17
git:
18
depth: 10
0 commit comments