Files
TwoFactorAuth/.travis.yml
T
2018-06-06 01:50:29 +02:00

15 lines
158 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
- composer install
script:
- vendor/bin/phpunit --coverage-text tests