We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59138e commit 2bd01b8Copy full SHA for 2bd01b8
pkg/mongodb/.travis.yml
@@ -0,0 +1,25 @@
1
+sudo: false
2
+
3
+php:
4
+ - '7.1'
5
6
+git:
7
+ depth: 10
8
9
+cache:
10
+ directories:
11
+ - $HOME/.composer/cache
12
13
+services:
14
+ - mongodb
15
16
+before_install:
17
+ - echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
18
19
+install:
20
+ - composer self-update
21
+ - composer install --prefer-source
22
23
+script:
24
+ - vendor/bin/phpunit --exclude-group=functional
25
0 commit comments