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