travis: stop testing on 5.4 and 5.5

This commit is contained in:
Thomas Gelf 2019-08-19 11:18:27 +02:00
parent 322f20f6e5
commit 46bea737c3
1 changed files with 1 additions and 3 deletions

View File

@ -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'