Skip to content

Commit

Permalink
Travis: fix cache dir (PHPMailer#1164)
Browse files Browse the repository at this point in the history
* Travis: fix cache detection

* On Travis be verbose about tests
  • Loading branch information
Slamdunk authored and Synchro committed Sep 15, 2017
1 parent 727bc71 commit 5494306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: php

cache:
directories:
- $HOME/.composer
- $HOME/.composer/cache

before_install:
- sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion travis.phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5494306

Please sign in to comment.