File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,29 +9,16 @@ addons:
99 - oracle-java8-set-default
1010matrix :
1111 include :
12- - php : 7.0
13- env : ES=1
14- - php : 7.0
15- env : ES=2
16- <<<<<<< HEAD
1712 - php : 7.1
18- =======
19- - php : 7.0
20- env : ES=5
21- - php : 5.6
22- >>>>>>> 3.0
2313 env : ES=1
2414 - php : 7.1
2515 env : ES=2
26- - php : 5.6
16+ - php : 7.1
2717 env : ES=5
18+
2819before_install :
29- <<<<<<< HEAD
3020 - export NEOS_TARGET_VERSION=3.0
31- =======
3221 - export JAVA_HOME=/usr/lib/jvm/java-8-oracle
33- - export NEOS_TARGET_VERSION=2.3
34- >>>>>>> 3.0
3522 - cd ..
3623 - if [ "$ES" = 1 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.6.zip && unzip elasticsearch-1.7.6.zip && mv elasticsearch-1.7.6 elasticsearch; fi
3724 - if [ "$ES" = 2 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.6.zip && unzip elasticsearch-2.4.6.zip && mv elasticsearch-2.4.6 elasticsearch; fi
You can’t perform that action at this time.
0 commit comments