Skip to content

Commit 6b71909

Browse files
committed
fix
1 parent 6e66c04 commit 6b71909

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dist: trusty
55

66
php:
77
- 7.3
8-
- 7.4
98

109
cache:
1110
directories:
@@ -14,11 +13,11 @@ cache:
1413
matrix:
1514
include:
1615
- php: 7.3
17-
- php: 7.4
1816
fast_finish: true
1917

2018
before_script:
21-
- echo "extension = libzip.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
19+
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
20+
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
2221
- if [ "$deps" == "low" ]; then composer update --prefer-dist --prefer-lowest --prefer-stable; fi
2322
- if [ "$deps" != "low" ]; then composer install --prefer-dist; fi
2423
- php -r "copy('.env.example', '.env');"

0 commit comments

Comments
 (0)