mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
lets just test in 0.12 for now
This commit is contained in:
parent
feb6260bb7
commit
5d8f172818
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '0.10'
|
||||
- '0.12'
|
||||
node_js: '0.12'
|
||||
install: npm install
|
||||
script: npm test
|
||||
sudo: false
|
||||
|
|
|
@ -107,5 +107,9 @@
|
|||
"sinon": "^1.12.2",
|
||||
"sinon-as-promised": "^2.0.3",
|
||||
"tar": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node" : "~0.10 || ~0.12",
|
||||
"iojs": ">=1.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue