mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05: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 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue