Skip to content

Commit a6967ea

Browse files
committed
ci: add elasticsearch 5.2.2, remove green-keeper
1 parent 77c0df3 commit a6967ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
sudo: false
22
language: node_js
3+
services:
4+
- elasticsearch
35
cache:
46
yarn: true
57
directories:
@@ -9,9 +11,10 @@ notifications:
911
node_js:
1012
- "9"
1113
- "8"
12-
before_install: yarn global add greenkeeper-lockfile@1
13-
before_script: greenkeeper-lockfile-update
14-
after_script: greenkeeper-lockfile-upload
14+
before_install:
15+
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.2.deb && sudo dpkg -i --force-confnew elasticsearch-5.2.2.deb && sudo service elasticsearch restart
16+
before_script:
17+
- sleep 10
1518
script:
1619
- yarn run test
1720
- yarn run build

0 commit comments

Comments
 (0)