Skip to content

Commit

Permalink
fix(build): setup semantic release again
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmeinke committed Jul 7, 2019
1 parent 0c72c79 commit e00ff55
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
language: node_js
cache:
directories:
- node_modules
node_js:
- 10
- 8
notifications:
email: false
node_js:
- '7'
- '6'
- '4'
before_script:
- npm prune
script:
- npm run lint
- npm test
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
jobs:
include:
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"prepublish": "npm run tidy && npm run build",
"test": "jest",
"tidy": "rimraf modules cjs dist",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"version": "0.0.0-development"
}

0 comments on commit e00ff55

Please sign in to comment.