[Pkg-owncloud-commits] [php-sabredav] 190/220: Creating user, grants
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:26 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 6499f0eaa80a3938f22a3c9b50902648c8eac7c1
Author: Evert Pot <me at evertpot.com>
Date: Thu Apr 28 15:05:47 2016 +0700
Creating user, grants
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 19903c3..b6004a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ sudo: false
before_script:
- mysql -e 'create database sabredav_test'
- - psql -c 'create database sabredav_test' -U postgres
+ - psql -c "create database sabredav_test; create user sabredav with PASSWORD = 'password'; GRANT ALL PRIVILEGES ON 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