Upgrade Node on Travis

This commit is contained in:
Michelle Tilley
2017-01-25 11:15:46 -08:00
parent 6f6865f9cd
commit dcaadb8870

View File

@@ -4,7 +4,7 @@ git:
matrix:
include:
- os: linux
env: NODE_VERSION=4.4.7 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1
env: NODE_VERSION=6.9.4 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1
sudo: false