1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +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 language: php
php: php:
- 7.0 - 7.1
- 5.6 - 7.2
- 5.5 - 7.3
- 5.4
env: env:
- DB=mysql - DB=mysql
- DB=pgsql - DB=pgsql