mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-28 15:24:14 +01:00
a3fffa5d70
- 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
14 lines
155 B
YAML
14 lines
155 B
YAML
services:
|
|
- mysql
|
|
language: php
|
|
php:
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
env:
|
|
- DB=mysql
|
|
- DB=pgsql
|
|
- DB=sqlite
|
|
script:
|
|
- travis/selftest.sh
|