mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump node version to 2.5
This commit is contained in:
parent
5b0e3bdbbc
commit
6e95347c07
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
iojs-v2.4
|
||||
iojs-v2.5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
language: node_js
|
||||
node_js: 'iojs-v2.4'
|
||||
node_js: 'iojs-v2.5'
|
||||
install:
|
||||
- npm install -g npm@3.2
|
||||
- npm install
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
"wreck": "^6.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "2.4",
|
||||
"node": "2.5",
|
||||
"npm": "3.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue