Skip to content

Commit

Permalink
feat: setup semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes J. Schmidt committed Sep 28, 2015
1 parent bf1e716 commit 6031a81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ cache:
notifications:
email: false
node_js:
- iojs-v2
- iojs-v1
- '4'
- 'iojs-v3'
- 'iojs-v2'
- 'iojs-v1'
- '0.12'
- '0.10'
services:
Expand All @@ -16,8 +18,5 @@ before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
- npm run semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"nano": "^6.1.3",
"tap-spec": "^4.0.0",
"tape": "^4.0.0",
"semantic-release": "^4.0.3"
"semantic-release": "^4.3.5"
}
}

0 comments on commit 6031a81

Please sign in to comment.