Commit e4d47d30de823c52e7f565cd2007918bb2858479
1 parent
63241556
Exists in
master
and in
4 other branches
fix travis issues and run build against ruby 1.9.3
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
.travis.yml
1 | 1 | env: |
2 | 2 | - DB=mysql |
3 | 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 | 7 | branches: |
6 | 8 | only: |
7 | 9 | - 'master' |
8 | 10 | rvm: |
9 | 11 | - 1.9.2 |
12 | + - 1.9.3 | |
10 | 13 | before_script: |
11 | 14 | - "cp config/database.yml.$DB config/database.yml" |
12 | 15 | - "cp config/gitlab.yml.example config/gitlab.yml" | ... | ... |