Add go config to the matrix

This commit is contained in:
Piotr Sarnacki 2013-06-06 15:39:39 +02:00
parent 58d3795644
commit 299e227342

View File

@ -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+$/)