Remove php5.6 from .travis.yml

This commit is contained in:
Yusuf Kandemir 2018-11-14 23:20:51 +03:00
parent 3e44b1a50d
commit 679111fc88
1 changed files with 0 additions and 6 deletions

View File

@ -2,7 +2,6 @@ dist: trusty
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
@ -18,11 +17,6 @@ cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist