Skip to content

Commit

Permalink
.travis.yml fixed again.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Oct 24, 2019
1 parent 462d4ea commit 9bd7306
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ matrix:
- php: 7.0
env: PHP_VERSION=7.0 WP_VERSION=4.9
- php: 5.6
env: PHP_VERSION=5.6 WP_VERSION=5.0 DEBUG=1
env: PHP_VERSION=5.6 WP_VERSION=5.0
- php: 5.6
env: PHP_VERSION=5.6 WP_VERSION=4.9 DEBUG=1
allow_failures:
- env: PHP_VERSION=5.6
env: PHP_VERSION=5.6 WP_VERSION=4.9
allow_failures:
- env: PHP_VERSION=5.6 WP_VERSION=5.0
- env: PHP_VERSION=5.6 WP_VERSION=4.9

before_install:
- sudo rm /usr/local/bin/docker-compose
Expand Down

0 comments on commit 9bd7306

Please sign in to comment.