Remove support for node v0.12 and iojs

This commit is contained in:
Goh Jia Hao 2016-05-26 17:48:02 +08:00
parent c3ae29a0ea
commit 6616fbbf53
1 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,8 @@ addons:
- g++-4.8
node_js:
- "node"
- "4.2"
- "0.12"
- "iojs"
- "5"
- "4"
install:
- npm run dev-up
script: