Skip to content

Commit c1e915c

Browse files
committed
Travis being difficult....
1 parent 084ba93 commit c1e915c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
language: php
22
php:
3+
- 7.2
34
- 7.3
45
services:
56
- mysql
67
- mongodb
78
before_script:
9+
- pecl install mongodb
810
- mysql -e 'CREATE DATABASE testing;'
911
- composer self-update
1012
- composer install --no-interaction

0 commit comments

Comments
 (0)