mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-04 20:47:54 +00:00
4f35baf58d
Turn on PHPUnit's verbose mode so we get detailed information about skipped tests on travis (when there are any).
10 lines
75 B
YAML
10 lines
75 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.2
|
|
- 5.3
|
|
- 5.4
|
|
|
|
script:
|
|
- phpunit --verbose
|