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 77c0df3 commit a6967eaCopy full SHA for a6967ea
.travis.yml
@@ -1,5 +1,7 @@
1
sudo: false
2
language: node_js
3
+services:
4
+ - elasticsearch
5
cache:
6
yarn: true
7
directories:
@@ -9,9 +11,10 @@ notifications:
9
11
node_js:
10
12
- "9"
13
- "8"
-before_install: yarn global add greenkeeper-lockfile@1
-before_script: greenkeeper-lockfile-update
14
-after_script: greenkeeper-lockfile-upload
+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
18
script:
19
- yarn run test
20
- yarn run build
0 commit comments