CI Against Node 4.1

Perf isn't as bad as 0.12, and it's the new LTS release series. TBH, we should probably also CI against `'node'` for the latest public version.
This commit is contained in:
Wesley Wigham 2015-10-01 18:56:36 -07:00
parent cc95dcac1b
commit c496c2f3c0

View file

@ -1,6 +1,7 @@
language: node_js
node_js:
- '4.1'
- '0.10'
sudo: false
sudo: false