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 3c84a5b commit 6d1853eCopy full SHA for 6d1853e
.travis.yml
@@ -2,12 +2,13 @@ language: node_js
2
node_js:
3
- '6'
4
install:
5
- - npm install -g codecov nyc
+ - npm install -g codecov nyc npx
6
- npm install
7
8
script:
9
- npm run lint
10
- npm test
11
12
after_success:
13
- - npm run report-coverage
+ - npm run report-coverage
14
+ - npx -p node@8 -c "npm run semantic-release"
package.json
@@ -31,6 +31,7 @@
31
"devDependencies": {
32
"ava": "^0.25.0",
33
"bluebird": "^3.5.0",
34
+ "semantic-release": "^15.1.7",
35
"vows": "^0.8.1",
36
"xo": "^0.18.2"
37
},
0 commit comments