travis
This commit is contained in:
parent
92ac42a27c
commit
8402bca735
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
env:
|
||||
- DB=postgresql
|
||||
- DB=mysql
|
||||
before_install:
|
||||
- sudo apt-get install libicu-dev -y
|
||||
|
@ -11,6 +12,7 @@ rvm:
|
|||
- 1.9.3
|
||||
services:
|
||||
- mysql
|
||||
- postgresql
|
||||
before_script:
|
||||
- "cp config/database.yml.$DB config/database.yml"
|
||||
- "cp config/gitlab.yml.example config/gitlab.yml"
|
||||
|
|
Loading…
Reference in a new issue