We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b8c8f commit 35c3a28Copy full SHA for 35c3a28
1 file changed
.travis.yml
@@ -1,4 +1,12 @@
1
language: php
2
+sudo: false
3
+git:
4
+ depth: 5
5
+ submodules: false
6
+addons:
7
+ apt:
8
+ packages:
9
+ - oracle-java8-set-default
10
matrix:
11
include:
12
- php: 7.0
@@ -13,8 +21,8 @@ matrix:
13
21
env: ES=2
14
22
- php: 5.6
15
23
env: ES=5
16
-sudo: false
17
24
before_install:
25
+ - export JAVA_HOME=/usr/lib/jvm/java-8-oracle
18
26
- export NEOS_TARGET_VERSION=2.3
19
27
- cd ..
20
28
- if [ "$ES" = 1 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.zip && unzip elasticsearch-1.7.5.zip && mv elasticsearch-1.7.5 elasticsearch; fi
0 commit comments