diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-18 18:39:35 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-18 18:39:35 +0200 |
commit | aa8d4d9fea175e209ac3652f3743ce2801144a66 (patch) | |
tree | 88282c9ed6f2c87fe3e2bc2cb6638a889681f5a4 /.travis.yml | |
parent | f4a6f1fd5a9fb9f35bb43956275c5f1da96ce019 (diff) | |
download | gitlab-ce-aa8d4d9fea175e209ac3652f3743ce2801144a66.tar.gz |
Return postgres to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6a713ea1703..868a6c6c238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ env: + - DB=postgresql - DB=mysql before_install: - sudo apt-get install libicu-dev -y |