Skip to content

Commit 10a3972

Browse files
committed
Minor adjustment on travis.
1 parent 6df22bc commit 10a3972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ addons:
1010
- redis-container
1111

1212
php:
13+
- "7.3"
1314
- "7.2"
1415
- "7.1"
1516
- "7.0"
1617
- "5.6"
1718

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

2223
install:

0 commit comments

Comments
 (0)