Travis: fix cache dir (#1164)

* Travis: fix cache detection

* On Travis be verbose about tests
This commit is contained in:
Filippo Tessarotto 2017-09-15 11:33:27 +02:00 committed by Marcus Bointon
parent 727bc7151d
commit 54943068be
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ language: php
cache:
directories:
- $HOME/.composer
- $HOME/.composer/cache
before_install:
- sudo apt-get update -qq

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="vendor/autoload.php"
verbose="false"
verbose="true"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"