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

Commit

Permalink
Allow PHP7.1 test fails (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiga-500 authored and szepeviktor committed Feb 3, 2017
1 parent faa1376 commit 96ad455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ matrix:
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 96ad455

Please sign in to comment.