File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- php :
3
- - ' 7.1'
4
- - ' 7.0'
5
- - ' 5.6'
6
- - ' 5.5'
7
- - ' 5.4'
8
2
sudo : false
9
3
matrix :
10
4
fast_finish : true
11
5
include :
12
- - php : ' 5.6'
13
- install : true
14
- before_script : chmod +x bin/wraith.sh
15
- env : TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
16
- script : " ./bin/wraith.sh"
17
- - php : ' 5.3'
18
- dist : precise
6
+ - php : 7.2
7
+ - php : 7.1
8
+ - php : 7.0
9
+ - php : ' 5.6'
10
+ install : true
11
+ before_script : chmod +x bin/wraith.sh
12
+ env : TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
13
+ script : " ./bin/wraith.sh"
14
+ - php : 5.5
15
+ env : WP_VERSION=5.1
16
+ - php : 5.4
17
+ env : WP_VERSION=5.1
18
+ - php : 5.3
19
+ env : WP_VERSION=5.1
20
+ dist : precise
19
21
allow_failures :
20
22
- env : TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
21
23
branches :
You can’t perform that action at this time.
0 commit comments