Skip to content

Commit

Permalink
fix: fix Deployment script
Browse files Browse the repository at this point in the history
- migrate to semantic-release
  • Loading branch information
Romakita committed Aug 29, 2018
1 parent 66ed4ba commit d76171c
Show file tree
Hide file tree
Showing 1,052 changed files with 18,390 additions and 7,405 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ index.js.map
!servestatic/index.js
!ajv/index.js
!socketio/index.js
src/**/*.js
src/**/*.js.map
packages/**/*.js
packages/**/*.js.map
packages/**/*.d.ts
test/**/*.js
test/**/*.js.map
test/spec/*.js
test/spec/*.js.map
test/**/*.d.ts
.npmrc

# Test
Expand Down
2 changes: 1 addition & 1 deletion .nycrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include": [
"src/**/*.js"
"packages/**/*.js"
],
"exclude": [
"**/index.ts",
Expand Down
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
email: true
node_js:
- 'node'
- '9'
- '8'
after_success:
- npm run coveralls:travis
- sh ./sh/prepublish.sh && semantic-release pre && sh ./sh/publish.sh
- npm run travis-deploy-once "npm run semantic-release"
- npm run travis-coveralls
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit d76171c

Please sign in to comment.