.travis.yml: Start building discourse on ruby 2.0. Local build shows green

This commit is contained in:
Karan Misra 2013-03-22 06:14:48 +05:30
parent 4d237c46a0
commit c3affe31a6
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
before_script:
- cp config/database.yml.sample config/database.yml
- cp config/redis.yml.sample config/redis.yml