mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-09-17 12:57:12 +00:00
18 lines
230 B
YAML
18 lines
230 B
YAML
language: php
|
|
|
|
dist: trusty
|
|
matrix:
|
|
include:
|
|
- php: 5.3
|
|
dist: precise
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- hhvm
|
|
|
|
script:
|
|
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi |