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 43d9632 commit 7568653Copy full SHA for 7568653
.travis.yml
@@ -7,7 +7,7 @@ node_js:
7
install:
8
- npm -d install
9
script:
10
- - npm run cover
+ - npm run travis
11
after_success:
12
- ./node_modules/.bin/coveralls < coverage/lcov.info || true
13
- ./node_modules/.bin/codeclimate < coverage/lcov.info || true
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
"devDependencies": {
0 commit comments