1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-28 15:24:14 +01:00
yubikey-val/.travis.yml
Jean Paul Galea a3fffa5d70
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
2019-11-11 10:14:19 +01:00

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