Remove php7 test suite as its pointless

This commit is contained in:
Daniel Hensby 2017-11-17 12:07:34 +00:00
parent ec40ffb2cf
commit 14eeb10d31
No known key found for this signature in database
GPG Key ID: 5DE415D786BBB2FD
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