We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1311f49 commit 25c91bcCopy full SHA for 25c91bc
.travis.yml
@@ -6,6 +6,8 @@ cache:
6
notifications:
7
email: false
8
node_js:
9
+ - 4
10
+ - iojs-v3
11
- iojs-v2
12
- iojs-v1
13
- '0.12'
@@ -16,8 +18,5 @@ before_install:
16
18
- npm i -g npm@^2.0.0
17
19
before_script:
20
- npm prune
- - 'curl -Lo travis_after_all.py https://git.io/vLSON'
21
after_success:
- - python travis_after_all.py
22
- - export $(cat .to_export_back)
23
- npm run semantic-release
package.json
@@ -30,7 +30,7 @@
30
"nano": "^6.1.3",
31
"tap-spec": "^3.0.0",
32
"tape": "^4.0.0",
33
- "semantic-release": "^4.1.0"
+ "semantic-release": "^4.3.5"
34
},
35
"dependencies": {
36
"async": "^1.0.0",
0 commit comments