discourse/.travis.yml
Sam c555538db4 BUGFIX: stop testing on 2.1 it segfaults
As much I love Ruby 2.1 we can not test it till segfaults are fixed
2014-01-31 12:42:04 +11:00

13 lines
344 B
YAML

language: ruby
rvm:
- 2.0.0
before_script:
- psql -c 'create database discourse_test;' -U postgres
- export DISCOURSE_HOSTNAME=www.example.com
- export RUBY_GC_MALLOC_LIMIT=50000000
- bundle exec rake db:migrate
bundler_args: --without development
script: 'bundle exec rspec && bundle exec rake qunit:test'
services:
- redis-server