Commit 92e2303fb338772b7f779d091d225dc5afe261aa

Authored by Ariejan de Vroom
1 parent 13062458

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
@@ -2,7 +2,9 @@ before_install: sudo apt-get install libicu-dev -y @@ -2,7 +2,9 @@ before_install: sudo apt-get install libicu-dev -y
2 branches: 2 branches:
3 only: 3 only:
4 - 'master' 4 - 'master'
5 -rvm: 1.9.2 5 +rvm:
  6 + - 1.9.2
  7 + - 1.9.3
6 before_script: 8 before_script:
7 - "cp config/database.yml.sqlite config/database.yml" 9 - "cp config/database.yml.sqlite config/database.yml"
8 - "cp config/gitlab.yml.example config/gitlab.yml" 10 - "cp config/gitlab.yml.example config/gitlab.yml"