Skip to content

Commit 4099532

Browse files
committed
Updated .travis.yml (#831)
1 parent 3754439 commit 4099532

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,11 @@ node_js:
99
- "10"
1010
- "8"
1111

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-
2212
install:
2313
- npm install
2414

2515
script:
26-
- npm run ci
16+
- npm run license-checker && npm run test
2717

2818
notifications:
2919
email:

0 commit comments

Comments
 (0)