We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3754439 commit 4099532Copy full SHA for 4099532
.travis.yml
@@ -9,21 +9,11 @@ node_js:
9
- "10"
10
- "8"
11
12
-env:
13
- global:
14
- - ELASTICSEARCH_VERSION=7.0.0
15
- - QUIET=true
16
-
17
-before_install:
18
- - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}-linux-x86_64.tar.gz
19
- - tar -xzf elasticsearch-${ELASTICSEARCH_VERSION}-linux-x86_64.tar.gz
20
- - ./elasticsearch-${ELASTICSEARCH_VERSION}/bin/elasticsearch -Enode.attr.testattr=test -Epath.repo=/tmp -Erepositories.url.allowed_urls='http://snapshot.*' &> /dev/null &
21
22
install:
23
- npm install
24
25
script:
26
- - npm run ci
+ - npm run license-checker && npm run test
27
28
notifications:
29
email:
0 commit comments