mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:12:45 +08:00
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:
parent
b33faa85c0
commit
c555538db4
|
@ -1,7 +1,6 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1.0
|
||||
before_script:
|
||||
- psql -c 'create database discourse_test;' -U postgres
|
||||
- export DISCOURSE_HOSTNAME=www.example.com
|
||||
|
|
Loading…
Reference in New Issue
Block a user