We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f430274 commit 3c8b361Copy full SHA for 3c8b361
.travis.yml
@@ -5,13 +5,13 @@ language: node_js
5
node_js:
6
- '10'
7
8
-addons:
9
- apt:
10
- packages:
11
- - oracle-java11-installer
+jdk: oraclejdk11
12
13
before_install:
14
- - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.2-amd64.deb && sudo service elasticsearch restart
+ - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.2-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.6.2-amd64.deb && sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch && sudo service elasticsearch restart
+
+before_script:
+ - sleep 10
15
16
services:
17
- mongodb
0 commit comments