travis: test 7.1 and nightly, use testdox
This commit is contained in:
parent
0e8674c872
commit
f2ad557a4c
|
@ -5,6 +5,8 @@ php:
|
||||||
- '5.5'
|
- '5.5'
|
||||||
- '5.6'
|
- '5.6'
|
||||||
- '7.0'
|
- '7.0'
|
||||||
|
- '7.1'
|
||||||
|
- nightly
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
@ -23,3 +25,6 @@ before_script:
|
||||||
- composer self-update --stable
|
- composer self-update --stable
|
||||||
- ./test/travis-prepare.sh
|
- ./test/travis-prepare.sh
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- phpunit --testdox || phpunit --verbose
|
||||||
|
|
Loading…
Reference in New Issue