Skip to content

Commit 500a044

Browse files
committed
TASK: Resolve merge head in .travis.yml
1 parent 35255c6 commit 500a044

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

.travis.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,16 @@ addons:
99
- oracle-java8-set-default
1010
matrix:
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+
2819
before_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

0 commit comments

Comments
 (0)