1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-28 15:24:14 +01:00

Fix Travis tests

- Services are no longer started by default:
	https://docs.travis-ci.com/user/database-setup/

- Test on supported PHP versions:
	https://www.php.net/supported-versions.php
This commit is contained in:
Jean Paul Galea 2019-11-11 10:04:11 +01:00
parent 18ced7b6e7
commit a3fffa5d70
No known key found for this signature in database
GPG Key ID: FC31B42E20461D82

View File

@ -1,9 +1,10 @@
services:
- mysql
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 7.1
- 7.2
- 7.3
env:
- DB=mysql
- DB=pgsql