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

View File

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