diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f1ea16d8519..0c03e38993d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,15 @@ env: - DB=mysql - DB=sqlite -before_install: sudo apt-get install libicu-dev -y +before_install: + - sudo apt-get install libicu-dev -y + - echo "yes" | gem uninstall json ffi branches: only: - 'master' rvm: - 1.9.2 + - 1.9.3 before_script: - "cp config/database.yml.$DB config/database.yml" - "cp config/gitlab.yml.example config/gitlab.yml" |