[Pkg-owncloud-commits] [php-sabredav] 191/220: Fixed WITH PASSWORD syntax
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 0523ffd067cae2e83c77c83d1b16d9bf5818ae6b
Author: Evert Pot <me at evertpot.com>
Date: Thu Apr 28 15:09:14 2016 +0700
Fixed WITH PASSWORD syntax
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b6004a2..e28adf0 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; create user sabredav with PASSWORD = 'password'; GRANT ALL PRIVILEGES ON sabredav_test TO sabredav" -U postgres
+ - psql -c "create database sabredav_test; create user sabredav with PASSWORD 'sabredav'; 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