Updated .travis.yml (#831)

This commit is contained in:
Tomas Della Vedova
2019-04-26 15:01:14 +02:00
committed by delvedor
parent 37544399ce
commit 4099532617

View File

@ -9,21 +9,11 @@ node_js:
- "10" - "10"
- "8" - "8"
env:
global:
- ELASTICSEARCH_VERSION=7.0.0
- QUIET=true
before_install:
- wget https://artifacts.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: install:
- npm install - npm install
script: script:
- npm run ci - npm run license-checker && npm run test
notifications: notifications:
email: email: