You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,21 @@ addons:
9
9
- openjdk-8-jre-headless
10
10
matrix:
11
11
include:
12
-
- php: 7.3
12
+
- php: 7.2
13
13
env: ES=6
14
-
- php: 7.3
14
+
- php: 7.2
15
+
env: ES=7
16
+
- php: 7.4
17
+
env: ES=6
18
+
- php: 7.4
15
19
env: ES=7
16
20
17
21
cache:
18
22
directories:
19
23
- $HOME/.composer/cache
20
24
21
25
before_install:
22
-
- export NEOS_TARGET_VERSION=5.1
26
+
- export NEOS_TARGET_VERSION=5.2
23
27
- cd ..
24
28
- if [ "$ES" = 6 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.6.tar.gz && tar xvfz elasticsearch-6.8.6.tar.gz && mv elasticsearch-6.8.6 elasticsearch; fi
25
29
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.0-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.6.0-linux-x86_64.tar.gz && mv elasticsearch-7.6.0 elasticsearch; fi
0 commit comments