We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2886dd2 + cc57e8b commit ddb51eaCopy full SHA for ddb51ea
.travis.yml
@@ -2,16 +2,11 @@ language: node_js
2
sudo: false
3
4
node_js:
5
- - "6"
6
- - "7"
7
- "8"
8
- "9"
9
- "10"
10
-
11
-after_success:
12
- - npm run coverage
13
- - npm i codecov
14
- - codecov -f coverage/coverage.json
+ - "11"
+ - "12"
15
16
notifications:
17
email: false
package.json
@@ -17,7 +17,6 @@
"xo": "*"
18
},
19
"scripts": {
20
- "coverage": "test-jstransformer coverage",
21
"test": "test-jstransformer",
22
"posttest": "xo --space=2 --no-semicolon index.js"
23
0 commit comments