BUGFIX: stop testing on 2.1 it segfaults

As much I love Ruby 2.1 we can not test it till segfaults are fixed
This commit is contained in:
Sam 2014-01-31 12:42:04 +11:00
parent b33faa85c0
commit c555538db4

View file

@ -1,7 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- 2.0.0 - 2.0.0
- 2.1.0
before_script: before_script:
- psql -c 'create database discourse_test;' -U postgres - psql -c 'create database discourse_test;' -U postgres
- export DISCOURSE_HOSTNAME=www.example.com - export DISCOURSE_HOSTNAME=www.example.com