We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819d001 commit 6645718Copy full SHA for 6645718
.travis.yml
@@ -12,7 +12,7 @@ before_script:
12
- ./cc-test-reporter before-build
13
14
script:
15
- - npm run cover
+ - npm run travis
16
17
after_script:
18
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
package.json
@@ -55,7 +55,8 @@
55
"prepare": "npm run build",
56
"prepublishOnly": "pinst --disable",
57
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
58
- "test": "ava"
+ "test": "ava",
59
+ "travis": "npm run lint-config && npm run lint && npm run cover"
60
},
61
"dependencies": {
62
"@aureooms/js-cll": "^1.0.0"
0 commit comments