Use the latest 6.x LTS release for Travis builds (#4346)

This commit is contained in:
Ben McCann 2017-06-07 14:21:07 -07:00 committed by Simon Brunel
parent 7ee8da9c7f
commit 2a9a57e316

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "5.10" - "6"
before_install: before_install:
- "export CHROME_BIN=/usr/bin/google-chrome" - "export CHROME_BIN=/usr/bin/google-chrome"