Remove PHP 7 from allowed failures

This commit is contained in:
Loz Calver 2016-11-04 15:32:19 +00:00
parent 286c79160a
commit 671522de5f
1 changed files with 0 additions and 6 deletions

View File

@ -14,20 +14,14 @@ env:
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=master
- php: 5.6
env: DB=PGSQL CORE_RELEASE=master
allow_failures:
- php: 7.0
before_script:
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
- composer require wilr/silverstripe-googlesitemaps
script:
- vendor/bin/phpunit googlesitemaps/tests