Update travis config

This commit is contained in:
Timothy Warren 2019-12-18 16:10:46 -05:00
parent b96a69f592
commit b67c54eb27
1 changed files with 7 additions and 1 deletions

View File

@ -2,10 +2,16 @@ language: php
sudo: false sudo: false
services:
- mysql
- postgresql
php: php:
- 7.0 - 7.0
- 7.1 - 7.1
- hhvm - 7.2
- 7.3
- 7.4
install: install:
- composer install --dev --no-progress - composer install --dev --no-progress