Set only 7 version of node to run tests in Travis CI

This commit is contained in:
Rodrigo Ramírez Norambuena 2018-01-07 01:03:00 -03:00
parent 8c297a4a4c
commit 373dd8058e

View File

@ -1,9 +1,6 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
- "5.1"
before_script:
- npm install grunt-cli -g
- "export DISPLAY=:99.0"