From 6031a81fd3c6770de1008f7e2ed009fa707ca7dd Mon Sep 17 00:00:00 2001 From: "Johannes J. Schmidt" Date: Mon, 28 Sep 2015 15:46:45 +0200 Subject: [PATCH] feat: setup semantic release --- .travis.yml | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 035bec5..03947e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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 diff --git a/package.json b/package.json index 8a9405b..76663e5 100644 --- a/package.json +++ b/package.json @@ -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" } }