Skip to content

Commit 9636a5f

Browse files
authored
Fix allow_failures.
1 parent b14fab6 commit 9636a5f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,19 @@ php:
77
- 5.5
88
- 5.6
99
- 7.0
10+
- 7.1
1011

1112
env:
1213
- WP_VERSION=latest WP_MULTISITE=0
1314
- WP_VERSION=4.5 WP_MULTISITE=0
1415

15-
matrix:
16-
allow_failures:
17-
- php: 5.2
18-
1916
matrix:
2017
include:
2118
- php: 5.6
2219
env: WP_VERSION=latest WP_MULTISITE=1
23-
20+
allow_failures:
21+
- php: 5.2
22+
2423
before_script:
2524
- composer install
2625
- npm install

0 commit comments

Comments
 (0)