*Doh*, travis does not run on windows
This commit is contained in:
parent
698348f43a
commit
3bf6ae884a
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ php:
|
||||||
- '7.0'
|
- '7.0'
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
script: bin/phpunit.bat -c app
|
script: bin/phpunit -c app
|
||||||
|
|
Reference in a new issue