We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680aa3d commit 3b557e4Copy full SHA for 3b557e4
.travis.yml
@@ -38,3 +38,6 @@ before_script:
38
- if [[ ${PHP_VERSION:0:2} == "7." ]]; then php -r 'echo MONGODB_VERSION . PHP_EOL;'; fi
39
- composer update --no-interaction
40
- 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