From 1fb33d91e6b67de7fd8ba73c726441ee1d9b12a1 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 18 Oct 2017 19:43:24 -0300 Subject: [PATCH] [chore] run tests only on node 8. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a495b58..a010c60e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - - "7" - - "6" + - "8" cache: yarn before_script: - export DISPLAY=:99.0