Commit 8402bca7355c95e60b9d5cfd124a839de60cd50b
1 parent
92ac42a2
Exists in
master
and in
4 other branches
travis
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.travis.yml
1 | 1 | env: |
2 | + - DB=postgresql | |
2 | 3 | - DB=mysql |
3 | 4 | before_install: |
4 | 5 | - sudo apt-get install libicu-dev -y |
... | ... | @@ -11,6 +12,7 @@ rvm: |
11 | 12 | - 1.9.3 |
12 | 13 | services: |
13 | 14 | - mysql |
15 | + - postgresql | |
14 | 16 | before_script: |
15 | 17 | - "cp config/database.yml.$DB config/database.yml" |
16 | 18 | - "cp config/gitlab.yml.example config/gitlab.yml" | ... | ... |