Merge pull request #517 from kid0m4n/start-testing-ruby-2
.travis.yml: Start building discourse on ruby 2.0. Local build shows gre...
This commit is contained in:
commit
2620d68fc0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue