[Pkg-owncloud-commits] [php-sabredav] 125/220: Fixed composer cache while travis builds

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 40cfa4176b1834d31edd86e9eac561759f74aa3f
Author: Markus Staab <maggus.staab at googlemail.com>
Date:   Fri Apr 1 23:01:27 2016 +0200

    Fixed composer cache while travis builds
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3c07373..5c03fcc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,6 @@ services:
 
 sudo: false
 
-cache: vendor
-
 before_script:
   - mysql -e 'create database sabredav'
   - phpenv config-rm xdebug.ini; true
@@ -30,3 +28,7 @@ before_script:
 script:
   - ./bin/phpunit --configuration tests/phpunit.xml.dist $TEST_DEPS
   - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
+
+cache:
+  directories:
+    - $HOME/.composer/cache

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list