Skip to content

Commit 194e983

Browse files
committed
Fixed mongodb tests
1 parent eef8814 commit 194e983

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
@@ -47,7 +47,7 @@ install:
4747

4848
before_script:
4949
- phpenv config-add .travis/php.ini
50-
- if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
50+
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
5151

5252
script:
5353
- vendor/bin/phpunit ${PHPUNIT_FLAGS}

0 commit comments

Comments
 (0)