Commit 66c817677cc495ed284ebf44d3bef3b51f6b4ea1
1 parent
c0d7b5bb
Exists in
master
and in
4 other branches
rollback travis ruby1.9 version
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -2,14 +2,13 @@ language: ruby |
2 | 2 | env: |
3 | 3 | - DB=mysql TRAVIS=true |
4 | 4 | before_install: |
5 | - - rvm get stable | |
6 | 5 | - sudo apt-get install libicu-dev -y |
7 | 6 | - gem install charlock_holmes -v="0.6.9" |
8 | 7 | branches: |
9 | 8 | only: |
10 | 9 | - 'master' |
11 | 10 | rvm: |
12 | - - 1.9.3-p429 | |
11 | + - 1.9.3-p392 | |
13 | 12 | - 2.0.0 |
14 | 13 | services: |
15 | 14 | - mysql | ... | ... |