Merge pull request #94 from dhensby/pulls/3.5/remove-php7-test

Remove php7 test suite as its pointless
This commit is contained in:
Damian Mooyman 2017-11-20 13:56:54 +13:00 committed by GitHub
commit e575bff1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
env:
- DB=MYSQL CORE_RELEASE=3.3
@ -22,8 +21,6 @@ matrix:
env: DB=PGSQL CORE_RELEASE=3
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2
allow_failures:
- php: 7.0
before_script:
- composer self-update || true