[Pkg-owncloud-commits] [php-sabredav] 10/45: We must use composer update, instead of composer install for this.
David Prévot
taffit at moszumanska.debian.org
Sat Jan 10 14:20:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 0620515549ae3bf8ccc08635937ec7afab8c16d9
Author: Evert Pot <me at evertpot.com>
Date: Thu Dec 18 17:09:08 2014 -0500
We must use composer update, instead of composer install for this.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b4d447f..62b3b68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ env:
before_script:
- mysql -e 'create database sabredav'
- composer self-update
- - composer install $LOWEST_DEPS
+ - composer update $LOWEST_DEPS
script:
- phpunit --configuration tests/phpunit.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list