We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 900829e + 45ee51d commit 2ecbb00Copy full SHA for 2ecbb00
.travis.yml
@@ -8,11 +8,6 @@ node_js:
8
- "10"
9
- "11"
10
11
-after_success:
12
- - npm run coverage
13
- - npm i codecov
14
- - codecov -f coverage/coverage.json
15
-
16
notifications:
17
email: false
18
package.json
@@ -13,7 +13,6 @@
"xo": "*"
},
"scripts": {
- "coverage": "test-jstransformer coverage",
"test": "test-jstransformer",
"posttest": "xo --space=2 --no-semicolon index.js"
19
0 commit comments