Update travis config

このコミットが含まれているのは:
Timothy Warren 2019-12-18 16:10:46 -05:00
コミット 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