Show 'compiler' in Config and in matrix
This commit is contained in:
parent
038b6b0572
commit
26def07b9d
|
@ -20,7 +20,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'
|
||||
config = $.only config, 'rvm', '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) || ''
|
||||
'%@: %@'.fmt $.camelize(key), value
|
||||
|
|
|
@ -18,7 +18,7 @@ if window.history.state == undefined
|
|||
api_endpoint: $('meta[rel="travis.api_endpoint"]').attr('href')
|
||||
pusher_key: $('meta[name="travis.pusher_key"]').attr('value')
|
||||
|
||||
CONFIG_KEYS: ['rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala']
|
||||
CONFIG_KEYS: ['rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala', 'compiler']
|
||||
|
||||
ROUTES:
|
||||
'profile/:login/me': ['profile', 'user']
|
||||
|
|
Loading…
Reference in New Issue
Block a user