mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
Add RAILS_MASTER to the travis build matrix
This commit is contained in:
parent
b4679075de
commit
5cc9f5bff5
2 changed files with 17 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
|||
|
||||
module ::Kernel
|
||||
def rails_master?
|
||||
ENV["RAILS_MASTER"]
|
||||
ENV["RAILS_MASTER"] == '1'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue