*Doh*, travis does not run on windows

This commit is contained in:
Tim Schumacher 2016-06-26 14:00:34 +02:00
parent 698348f43a
commit 3bf6ae884a

View file

@ -4,4 +4,4 @@ php:
- '7.0'
install:
- composer install
script: bin/phpunit.bat -c app
script: bin/phpunit -c app