Travis: fix cache dir (#1164)
* Travis: fix cache detection * On Travis be verbose about tests
This commit is contained in:
parent
727bc7151d
commit
54943068be
|
|
@ -2,7 +2,7 @@ language: php
|
|||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer
|
||||
- $HOME/.composer/cache
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue