Show 'compiler' in Config and in matrix

This commit is contained in:
Piotr Sarnacki 2012-12-02 04:00:30 +01:00
parent 038b6b0572
commit 26def07b9d
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ require 'config/emoij'
(sha || '').substr(0, 7) (sha || '').substr(0, 7)
formatConfig: (config) -> 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) -> values = $.map config, (value, key) ->
value = (if value && value.join then value.join(', ') else value) || '' value = (if value && value.join then value.join(', ') else value) || ''
'%@: %@'.fmt $.camelize(key), value '%@: %@'.fmt $.camelize(key), value

View File

@ -18,7 +18,7 @@ if window.history.state == undefined
api_endpoint: $('meta[rel="travis.api_endpoint"]').attr('href') api_endpoint: $('meta[rel="travis.api_endpoint"]').attr('href')
pusher_key: $('meta[name="travis.pusher_key"]').attr('value') 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: ROUTES:
'profile/:login/me': ['profile', 'user'] 'profile/:login/me': ['profile', 'user']