Skip to content

Commit 25c91bc

Browse files
author
Johannes J. Schmidt
committed
feat: setup semantic release
1 parent 1311f49 commit 25c91bc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ cache:
66
notifications:
77
email: false
88
node_js:
9+
- 4
10+
- iojs-v3
911
- iojs-v2
1012
- iojs-v1
1113
- '0.12'
@@ -16,8 +18,5 @@ before_install:
1618
- npm i -g npm@^2.0.0
1719
before_script:
1820
- npm prune
19-
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
2021
after_success:
21-
- python travis_after_all.py
22-
- export $(cat .to_export_back)
2322
- npm run semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"nano": "^6.1.3",
3131
"tap-spec": "^3.0.0",
3232
"tape": "^4.0.0",
33-
"semantic-release": "^4.1.0"
33+
"semantic-release": "^4.3.5"
3434
},
3535
"dependencies": {
3636
"async": "^1.0.0",

0 commit comments

Comments
 (0)