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 56e618f commit 0cc6590Copy full SHA for 0cc6590
.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
@@ -53,7 +53,8 @@
53
"prepare": "npm run build",
54
"prepublishOnly": "pinst --disable",
55
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
56
- "test": "ava"
+ "test": "ava",
57
+ "travis": "npm run lint-config && npm run lint && npm run cover"
58
},
59
"dependencies": {},
60
"devDependencies": {
0 commit comments