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 eedb595 commit fb5e7feCopy full SHA for fb5e7fe
.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
@@ -61,7 +61,8 @@
61
"prepare": "npm run build",
62
"prepublishOnly": "pinst --disable",
63
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
64
- "test": "ava"
+ "test": "ava",
65
+ "travis": "npm run lint-config && npm run lint && npm run cover"
66
},
67
"dependencies": {
68
"@aureooms/js-itertools": "^5.1.0"
0 commit comments