travis: test 7.1 and nightly, use testdox

This commit is contained in:
Thomas Gelf 2017-01-12 14:49:08 +01:00
parent 0e8674c872
commit f2ad557a4c
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,8 @@ php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- nightly
services:
- mysql
@ -23,3 +25,6 @@ before_script:
- composer self-update --stable
- ./test/travis-prepare.sh
- composer install
script:
- phpunit --testdox || phpunit --verbose