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 2cef10d commit c38e5feCopy full SHA for c38e5fe
.travis.yml
@@ -3,6 +3,11 @@ language: php
3
jdk:
4
- oraclejdk8
5
6
+addons:
7
+ apt:
8
+ packages:
9
+ - oracle-java8-installer
10
+
11
branches:
12
except:
13
- 0.4
@@ -22,9 +27,9 @@ env:
22
27
- ES_VERSION="master"
23
28
- TEST_BUILD_REF="origin/master"
24
29
- ES_TEST_HOST=http://localhost:9200
30
+ - JAVA_HOME="/usr/lib/jvm/java-8-oracle/jre"
25
31
26
32
before_install:
- - java install oraclejdk8
33
- ./travis/download_and_run_es.sh
34
35
install:
travis/download_and_run_es.sh
@@ -7,8 +7,11 @@ fi;
killall java 2>/dev/null
+which java
java -version
14
15
echo "Downloading Elasticsearch v${ES_VERSION}-SNAPSHOT..."
16
17
ES_URL=$(curl -sS "https://esvm-props.kibana.rocks/builds" | jq -r ".branches[\"$ES_VERSION\"].zip")
0 commit comments