Run specs again 1.9.2 and 1.9.3 on TravisCI.

This commit is contained in:
Ariejan de Vroom 2012-03-12 11:57:22 +01:00
parent 13062458bf
commit 92e2303fb3

View file

@ -2,7 +2,9 @@ before_install: sudo apt-get install libicu-dev -y
branches:
only:
- 'master'
rvm: 1.9.2
rvm:
- 1.9.2
- 1.9.3
before_script:
- "cp config/database.yml.sqlite config/database.yml"
- "cp config/gitlab.yml.example config/gitlab.yml"