Travis now run only PHP 7.x builds, phpstan requirements will fail on 5.6.x or previous
This commit is contained in:
parent
7bd8481a4e
commit
dcd5ff5234
|
@ -1,10 +1,6 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue