Skip to content

Commit 5f5f526

Browse files
committed
Merge pull request #3 from php-cache/hhvm
Fix for HHVM
2 parents 5ed671b + a7cc2c8 commit 5f5f526

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
@@ -46,7 +46,7 @@ before_script:
4646
- mongod --version
4747
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then pecl install -f mongodb-1.1.2; fi;
4848
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
49-
- php --ri mongodb
49+
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then php --ri mongodb; fi;
5050
- travis_retry composer install --prefer-source --no-interaction
5151
- travis_retry composer self-update
5252

0 commit comments

Comments
 (0)