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:
parent
18ced7b6e7
commit
a3fffa5d70
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user