CI: Remove node.js '0.12' and add '5'.

This commit is contained in:
XhmikosR 2015-11-26 09:26:17 +02:00
parent f0d155f49f
commit 2db31730f4

View File

@ -1,6 +1,6 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- '5'
- '4' - '4'
- '0.12'
- '0.10' - '0.10'