Skip to content

Commit 3b557e4

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ before_script:
3838
- if [[ ${PHP_VERSION:0:2} == "7." ]]; then php -r 'echo MONGODB_VERSION . PHP_EOL;'; fi
3939
- composer update --no-interaction
4040
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then composer require "alcaeus/mongo-php-adapter"; fi
41+
42+
script:
43+
- echo "Currently not implemented"

0 commit comments

Comments
 (0)