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 38d5857 commit 56392f3Copy full SHA for 56392f3
.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
@@ -58,7 +58,8 @@
58
"prepare": "npm run build",
59
"prepublishOnly": "pinst --disable",
60
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
61
- "test": "ava"
+ "test": "ava",
62
+ "travis": "npm run lint-config && npm run lint && npm run cover"
63
},
64
"dependencies": {
65
"@failure-abstraction/error": "^6.0.1",
0 commit comments