Update travis config

This commit is contained in:
Timothy Warren 2019-12-18 16:10:46 -05:00
父節點 b96a69f592
當前提交 b67c54eb27
共有 1 個檔案被更改,包括 7 行新增1 行删除

查看文件

@ -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