From: David Lawrence Date: Tue, 17 Feb 2015 02:18:01 +0000 (-0500) Subject: - Force use of PostgreSQL 9.1 X-Git-Tag: release-5.1.1~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba24aa69506b1ef52271afb63e94e29d48fcb79;p=thirdparty%2Fbugzilla.git - Force use of PostgreSQL 9.1 - Configure DB users in travis.yml --- diff --git a/.travis.yml b/.travis.yml index b691846eae..0f15c17647 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: perl + +addons: + postgresql: "9.1" + perl: - 5.10 - 5.12 @@ -51,6 +55,10 @@ before_install: install: true +before_script: + - mysql -u root mysql -e "GRANT ALL PRIVILEGES ON *.* TO bugs@localhost IDENTIFIED BY 'bugs'; FLUSH PRIVILEGES;" + - psql -c "CREATE USER bugs WITH PASSWORD 'bugs' CREATEDB;" -U postgres + script: ./qa/travis.sh after_failure: