[Pkg-owncloud-commits] [php-sabredav] 192/220: Splitting postgres queries over multiple lines

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 6501e66d86a950d163eb1b72003675ef9a14a98b
Author: Evert Pot <me at evertpot.com>
Date:   Thu Apr 28 15:13:43 2016 +0700

    Splitting postgres queries over multiple lines
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e28adf0..54c1357 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,8 @@ sudo: false
 
 before_script:
   - mysql -e 'create database sabredav_test'
-  - psql -c "create database sabredav_test; create user sabredav with PASSWORD 'sabredav'; GRANT ALL PRIVILEGES ON sabredav_test TO sabredav" -U postgres
+  - 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
   - 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