Commit e4d47d30de823c52e7f565cd2007918bb2858479

Authored by Nihad Abbasov
1 parent 63241556

fix travis issues and run build against ruby 1.9.3

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
1 env: 1 env:
2 - DB=mysql 2 - DB=mysql
3 - DB=sqlite 3 - DB=sqlite
4 -before_install: sudo apt-get install libicu-dev -y 4 +before_install:
  5 + - sudo apt-get install libicu-dev -y
  6 + - echo "yes" | gem uninstall json ffi
5 branches: 7 branches:
6 only: 8 only:
7 - 'master' 9 - 'master'
8 rvm: 10 rvm:
9 - 1.9.2 11 - 1.9.2
  12 + - 1.9.3
10 before_script: 13 before_script:
11 - "cp config/database.yml.$DB config/database.yml" 14 - "cp config/database.yml.$DB config/database.yml"
12 - "cp config/gitlab.yml.example config/gitlab.yml" 15 - "cp config/gitlab.yml.example config/gitlab.yml"