chore(travis): add iojs to build matrix
This commit is contained in:
parent
4ed5f73a04
commit
7bf436fe8a
@ -1,5 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- iojs-v1
|
||||||
- '0.10'
|
- '0.10'
|
||||||
sudo: false
|
sudo: false
|
||||||
cache:
|
cache:
|
||||||
|
@ -31,8 +31,9 @@
|
|||||||
"tape": "^3.5.0"
|
"tape": "^3.5.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^0.10.0",
|
"iojs": "^1",
|
||||||
"npm": "^2.0.0"
|
"node": "^0.10",
|
||||||
|
"npm": "^2"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/boennemann/semantic-release",
|
"homepage": "https://github.com/boennemann/semantic-release",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user