Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
1) remove win from travis 2) update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
antiwinter committed Aug 23, 2019
1 parent 50fb55b commit 6b31089
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
os:
- linux
- osx
- windows
# - windows
node_js:
- '12'
- '10'
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
"coveralls": "^3.0.4",
"file-type": "^12.0.0",
"nyc": "^14.1.1",
"release-it": "^12.3.5",
"valid-url": "^1.0.9"
},
"scripts": {
"test": "TEST_WOWA=1 nyc ava --verbose"
"test": "TEST_WOWA=1 nyc ava --verbose",
"release": "release-it"
},
"author": "antiwinter",
"license": "MIT",
Expand All @@ -46,5 +48,14 @@
"repository": {
"type": "git",
"url": "git+https://github.com/antiwinter/wowa.git"
},
"release-it": {
"git": {
"tagName": "v${version}",
"commitMessage": "release v${version}"
},
"github": {
"release": true
}
}
}
6 changes: 0 additions & 6 deletions release.sh

This file was deleted.

Loading

0 comments on commit 6b31089

Please sign in to comment.