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

Commit c79ac82

Browse files
author
Stefano Kowalke
committed
[BUGFIX] Add space before bracket
Follow-up to #114
1 parent 0c8192e commit c79ac82

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.6"]]; 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)