Remove PHP 5.6 builds because PHPunit now requires PHP 7

This commit is contained in:
Pierre Rudloff 2017-08-21 20:25:15 +02:00
parent 368bdea793
commit 43e2a51d93
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
---
language: php
php:
- 5.6
- 7
php: 7
install:
- composer install
before_install: