Commit e4d47d30 authored by Nihad Abbasov's avatar Nihad Abbasov

fix travis issues and run build against ruby 1.9.3

parent 63241556
env: env:
- DB=mysql - DB=mysql
- DB=sqlite - 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: branches:
only: only:
- 'master' - 'master'
rvm: rvm:
- 1.9.2 - 1.9.2
- 1.9.3
before_script: before_script:
- "cp config/database.yml.$DB config/database.yml" - "cp config/database.yml.$DB config/database.yml"
- "cp config/gitlab.yml.example config/gitlab.yml" - "cp config/gitlab.yml.example config/gitlab.yml"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment