Update travis config

This commit is contained in:
Timothy Warren 2019-12-18 16:10:46 -05:00
parent b96a69f592
commit b67c54eb27
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni

Vedi File

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