Add go config to the matrix
This commit is contained in:
parent
58d3795644
commit
299e227342
|
@ -26,7 +26,7 @@ require 'config/emoij'
|
|||
(sha || '').substr(0, 7)
|
||||
|
||||
formatConfig: (config) ->
|
||||
config = $.only config, 'rvm', 'gemfile', 'env', 'otp_release', 'php', 'node_js', 'scala', 'jdk', 'python', 'perl', 'compiler'
|
||||
config = $.only config, 'rvm', 'go', 'gemfile', 'env', 'otp_release', 'php', 'node_js', 'scala', 'jdk', 'python', 'perl', 'compiler'
|
||||
values = $.map config, (value, key) ->
|
||||
value = (if value && value.join then value.join(', ') else value) || ''
|
||||
if key == 'rvm' && "#{value}".match(/^\d+$/)
|
||||
|
|
Loading…
Reference in New Issue
Block a user