Add Nodejs 5.1 to travis config

Also update from Nodejs 4.1 to 4.2 which is LTS version.
This commit is contained in:
Chuck Horton
2015-11-29 05:56:34 -08:00
parent 371cbbdb64
commit 1ef6ce64c1

View File

@@ -8,7 +8,8 @@ addons:
packages:
- google-chrome-stable
node_js:
- '4.1'
- '4.2'
- '5.1'
before_script:
- 'export DISPLAY=:99.0'
- sh -e /etc/init.d/xvfb start