Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Commit

Permalink
Fix Travis allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Feb 3, 2017
1 parent 96ad455 commit 1986703
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ env:
# Old WordPress is incompatible with PHP 7.0+
matrix:
exclude:
- php: 7.0
env: WP_VERSION=3.7 WP_MULTISITE=0
- php: 7.0
env: WP_VERSION=3.7 WP_MULTISITE=1
- php: nightly
env: WP_VERSION=3.7 WP_MULTISITE=0
- php: nightly
env: WP_VERSION=3.7 WP_MULTISITE=1
allow_failures:
- php: nightly
- php: 7.0
env: WP_VERSION=3.7 WP_MULTISITE=0
- php: 7.0
env: WP_VERSION=3.7 WP_MULTISITE=1
- php: nightly
env: WP_VERSION=3.7 WP_MULTISITE=0
- php: nightly
env: WP_VERSION=3.7 WP_MULTISITE=1
allow_failures:
- php: nightly

before_script:
- if [[ $TRAVIS_PHP_VERSION =~ 5.[56] ]] ; then echo yes | pecl install apcu-4.0.10; fi;
Expand Down

0 comments on commit 1986703

Please sign in to comment.