Commit 92e2303fb338772b7f779d091d225dc5afe261aa
1 parent
13062458
Exists in
master
and in
4 other branches
Run specs again 1.9.2 and 1.9.3 on TravisCI.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -2,7 +2,9 @@ before_install: sudo apt-get install libicu-dev -y |
2 | 2 | branches: |
3 | 3 | only: |
4 | 4 | - 'master' |
5 | -rvm: 1.9.2 | |
5 | +rvm: | |
6 | + - 1.9.2 | |
7 | + - 1.9.3 | |
6 | 8 | before_script: |
7 | 9 | - "cp config/database.yml.sqlite config/database.yml" |
8 | 10 | - "cp config/gitlab.yml.example config/gitlab.yml" | ... | ... |