From 7c3c6fe4c3d55ab6f47eefc8eb7e0285367bd158 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 8 Aug 2017 18:13:11 +0200 Subject: [PATCH] Added Node 6 and 8 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a1cb367..363f1b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: node_js sudo: false node_js: - '4' +- '6' +- '8' env: matrix: - ELASTIC_VERSION="2.3.0" ELASTIC_URL=https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.0/elasticsearch-2.3.0.tar.gz