Skip to content

Commit ccc3cc2

Browse files
committed
Drop PHP 5.6 testing
1 parent 9e036f0 commit ccc3cc2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ dist: trusty
33
sudo: false
44

55
php:
6-
- 5.6
76
- 7.0
87
- 7.1
98
- 7.2
@@ -18,13 +17,6 @@ env:
1817
- RELEASE=dev COMPOSER_CHANNEL=stable
1918
- RELEASE=stable COMPOSER_CHANNEL=snapshot
2019

21-
matrix:
22-
exclude:
23-
- php: 5.6
24-
env: RELEASE=dev COMPOSER_CHANNEL=stable
25-
- php: 5.6
26-
env: RELEASE=stable COMPOSER_CHANNEL=snapshot
27-
2820
before_install:
2921
- if [[ $TRAVIS_PHP_VERSION = 5.6 ]]; then export COMPOSER_MEMORY_LIMIT=-1; fi;
3022
- echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

0 commit comments

Comments
 (0)