Skip to content

Commit 9bd7306

Browse files
committed
.travis.yml fixed again.
1 parent 462d4ea commit 9bd7306

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ matrix:
4444
- php: 7.0
4545
env: PHP_VERSION=7.0 WP_VERSION=4.9
4646
- php: 5.6
47-
env: PHP_VERSION=5.6 WP_VERSION=5.0 DEBUG=1
47+
env: PHP_VERSION=5.6 WP_VERSION=5.0
4848
- php: 5.6
49-
env: PHP_VERSION=5.6 WP_VERSION=4.9 DEBUG=1
50-
allow_failures:
51-
- env: PHP_VERSION=5.6
49+
env: PHP_VERSION=5.6 WP_VERSION=4.9
50+
allow_failures:
51+
- env: PHP_VERSION=5.6 WP_VERSION=5.0
52+
- env: PHP_VERSION=5.6 WP_VERSION=4.9
5253

5354
before_install:
5455
- sudo rm /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)