Skip to content

Commit 9821023

Browse files
committed
Removed tests for PHP 5.6
1 parent 7c23d75 commit 9821023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ php:
1414
- "7.2"
1515
- "7.1"
1616
- "7.0"
17-
- "5.6"
1817

1918
before_install:
20-
- pecl install memcached
19+
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
2120
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
2221

2322
install:

0 commit comments

Comments
 (0)