From d06f67d881b29284071c8a3668f5b84733774c56 Mon Sep 17 00:00:00 2001 From: Tomas Della Vedova Date: Fri, 26 Apr 2019 15:01:14 +0200 Subject: [PATCH] Updated .travis.yml (#831) --- .travis.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b94f95e2..32a8686d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,21 +9,11 @@ node_js: - "10" - "8" -env: - global: - - ELASTICSEARCH_VERSION=6.7.1 - - QUIET=true - -before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.tar.gz - - tar -xzf elasticsearch-${ELASTICSEARCH_VERSION}.tar.gz - - ./elasticsearch-${ELASTICSEARCH_VERSION}/bin/elasticsearch -Enode.attr.testattr=test -Epath.repo=/tmp -Erepositories.url.allowed_urls='http://snapshot.*' &> /dev/null & - install: - npm install script: - - npm run ci + - npm run license-checker && npm run test notifications: email: