Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit ecb8a6f

Browse files
author
Stefano Kowalke
committed
[BUGFIX] Adjust version number in condition
Follow-up to #114
1 parent 0bd573c commit ecb8a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ before_script:
4242
pecl install igbinary > /dev/null;
4343
fi
4444
- >
45-
if [[ "$TRAVIS_PHP_VERSION" == "5.5" || "$TRAVIS_PHP_VERSION" == "5.5"]]; then
45+
if [[ "$TRAVIS_PHP_VERSION" == "5.5" || "$TRAVIS_PHP_VERSION" == "5.6"]]; then
4646
echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
4747
echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
4848
fi

0 commit comments

Comments
 (0)