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