lets just test in 0.12 for now

This commit is contained in:
Spencer Alger 2015-06-05 16:20:49 -07:00
parent feb6260bb7
commit 5d8f172818
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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"
}
}