travis: stop testing on 5.4 and 5.5
This commit is contained in:
parent
322f20f6e5
commit
46bea737c3
|
@ -1,7 +1,5 @@
|
|||
language: php
|
||||
php:
|
||||
- '5.4'
|
||||
- '5.5'
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
|
@ -25,7 +23,7 @@ matrix:
|
|||
- env: CHECK=phpcs
|
||||
php: '7.0'
|
||||
- env: CHECK=phpcs
|
||||
php: '5.4'
|
||||
php: '5.6'
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
- php: '7.3'
|
||||
|
|
Loading…
Reference in New Issue