From 063076995b31e2a51b71f25b4dad0f37ba9af28e Mon Sep 17 00:00:00 2001 From: delvedor Date: Fri, 26 Apr 2019 10:52:03 +0200 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90248185e..32a8686d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,21 +9,11 @@ node_js: - "10" - "8" -env: - global: - - ELASTICSEARCH_VERSION=8.0.0-SNAPSHOT - - QUIET=true - -before_install: - - wget https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}-linux-x86_64.tar.gz - - tar -xzf elasticsearch-${ELASTICSEARCH_VERSION}-linux-x86_64.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: