Change PHP 5.6 to an allowed failure

This commit is contained in:
Simon Welsh 2014-05-02 15:24:51 +10:00
parent 73b2c7fe35
commit 48f65669c8
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.1 BEHAT_TEST=1
allow_failures:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.1
before_script:
- composer self-update