File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
os : linux
2
2
dist : trusty
3
3
group : edge
4
+ services :
5
+ - elasticsearch
4
6
addons :
5
7
apt :
6
8
packages :
@@ -13,22 +15,27 @@ addons:
13
15
language : php
14
16
jobs :
15
17
include :
16
- - php : 7.3
18
+ - php : 7.4
17
19
env :
18
20
- MAGENTO_VERSION=2.3
19
21
- TEST_SUITE=integration
20
- - php : 7.3
22
+ - php : 7.4
21
23
env :
22
24
- MAGENTO_VERSION=2.4-develop
23
25
- TEST_SUITE=integration
24
- - php : 7.2
26
+
27
+ - php : 7.3
25
28
env :
26
29
- MAGENTO_VERSION=2.3
27
30
- TEST_SUITE=integration
28
- - php : 7.2
31
+ - php : 7.3
29
32
env :
30
33
- MAGENTO_VERSION=2.4-develop
31
34
- TEST_SUITE=integration
35
+ - php : 7.2
36
+ env :
37
+ - MAGENTO_VERSION=2.3
38
+ - TEST_SUITE=integration
32
39
env :
33
40
global :
34
41
- COMPOSER_BIN_DIR=~/bin
@@ -37,9 +44,12 @@ cache:
37
44
apt : true
38
45
directories :
39
46
- $HOME/.composer/cache
40
- before_script : ./.travis/before_script.sh
47
+ before_script :
48
+ - |
49
+ sleep 10
50
+ ./.travis/before_script.sh
41
51
script : phpunit -c magento2/dev/tests/$TEST_SUITE --coverage-text --coverage-clover=/tmp/coverage.clover
42
52
after_script :
43
53
- |
44
54
wget https://scrutinizer-ci.com/ocular.phar
45
- php ocular.phar code-coverage:upload --format=php-clover /tmp/coverage.clover
55
+ php ocular.phar code-coverage:upload --format=php-clover /tmp/coverage.clover
You can’t perform that action at this time.
0 commit comments