Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
c529e096
Commit
c529e096
authored
Feb 16, 2015
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Force use of PostgreSQL 9.1
- Configure DB users in travis.yml
parent
3fbd84bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.travis.yml
.travis.yml
+8
-0
No files found.
.travis.yml
View file @
c529e096
language
:
perl
addons
:
postgresql
:
"
9.1"
perl
:
-
5.10
-
5.12
...
...
@@ -29,6 +33,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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment