Skip to content

Commit 02f48d4

Browse files
committed
add mongodb ext to travis
1 parent 2bd01b8 commit 02f48d4

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

pkg/enqueue-bundle/.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ git:
66
language: php
77

88
php:
9-
- '5.6'
10-
- '7.0'
9+
- '7.1'
10+
11+
services:
12+
- mongodb
13+
14+
before_install:
15+
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1116

1217
cache:
1318
directories:

pkg/enqueue/.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ git:
66
language: php
77

88
php:
9-
- '5.6'
10-
- '7.0'
9+
- '7.1'
10+
11+
services:
12+
- mongodb
13+
14+
before_install:
15+
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1116

1217
cache:
1318
directories:

0 commit comments

Comments
 (0)