Skip to content

Commit 680aa3d

Browse files
authored
Update .travis.yml
1 parent d7367bd commit 680aa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services: mongodb
3131

3232
before_script:
3333
- mongod --version
34-
- mkdir -p ./share
34+
- echo ${PHP_VERSION}
3535
- if [[ ${PHP_VERSION:0:2} == "5." ]]; then echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
3636
- if [[ ${PHP_VERSION:0:2} == "5." ]]; then php -r "echo \MongoClient::VERSION . PHP_EOL;"; fi
3737
- if [[ ${PHP_VERSION:0:2} == "7." ]]; then echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi

0 commit comments

Comments
 (0)