Skip to content

Commit 21ce2a7

Browse files
committed
🙄Back to php 7.1 on Travis CI, MongoDB driver not working on Travis instance with php 7.2
1 parent 2a1c172 commit 21ce2a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: php
22
php:
3-
- 7.2
3+
- 7.1
44
services:
55
- mysql
66
- mongodb
77
before_script:
8+
- pecl install mongodb
89
- mysql -e 'CREATE DATABASE testing;'
910
- composer self-update
1011
- composer install --no-interaction

0 commit comments

Comments
 (0)