update .travis.yml

This commit is contained in:
CismonX 2020-03-20 11:20:08 +08:00
parent 368a49271a
commit eeb0b4e809
1 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,11 @@
dist: xenial
group: edge
language: php
os:
- linux
- osx
dist: bionic
php:
- 7.1
- 7.2
@ -14,3 +17,4 @@ script:
- ./configure
- make
- make test