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"
- "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:
- npm install
script:
- npm run ci
- npm run license-checker && npm run test
notifications:
email: