[Pkg-owncloud-commits] [php-sabredav] 193/220: Hopefully this kickstarts travis

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:27 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 e1262accb1062deca9c80190472c921bee70b3d7
Author: Evert Pot <me at evertpot.com>
Date:   Thu Apr 28 15:21:33 2016 +0700

    Hopefully this kickstarts travis
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 54c1357..7173e86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ sudo: false
 before_script:
   - mysql -e 'create database sabredav_test'
   - psql -c "create database sabredav_test" -U postgres
-  - psql -c "create user sabredav with PASSWORD 'sabredav';GRANT ALL PRIVILEGES ON sabredav_test TO sabredav" -U postgres
+  - psql -c "create user sabredav with PASSWORD 'sabredav';GRANT ALL PRIVILEGES ON DATABASE sabredav_test TO sabredav" -U postgres
   - phpenv config-rm xdebug.ini; true
   #  - composer self-update
   - composer update --prefer-dist $LOWEST_DEPS

-- 
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