update travis to node 8 (#1965)

This commit is contained in:
Denys Vuika
2017-06-14 09:57:30 +01:00
committed by Eugenio Romano
parent 4643b68345
commit 85b528f5d3

View File

@@ -2,7 +2,7 @@ language: node_js
dist: trusty
sudo: false
node_js:
- "6"
- "8"
before_install:
- "export DISPLAY=:99.0"