Remove PHP 5.6 builds because PHPunit now requires PHP 7
This commit is contained in:
parent
368bdea793
commit
43e2a51d93
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
language: php
|
language: php
|
||||||
php:
|
php: 7
|
||||||
- 5.6
|
|
||||||
- 7
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in a new issue