Skip to content

Commit e04dfc1

Browse files
Merge pull request #422 from contactashish13/issue-421
Travis builds for PHP below 5.6 fail with latest WP
2 parents 799af68 + 69c3ea7 commit e04dfc1

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

.travis.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
language: php
2-
php:
3-
- '7.1'
4-
- '7.0'
5-
- '5.6'
6-
- '5.5'
7-
- '5.4'
82
sudo: false
93
matrix:
104
fast_finish: true
115
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
1921
allow_failures:
2022
- env: TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
2123
branches:

0 commit comments

Comments
 (0)