Display 'os' as build matrix dimension

This commit is contained in:
Hiro Asari 2013-12-10 19:25:07 -05:00
parent a252e34771
commit f8370a2236

View File

@ -82,7 +82,7 @@ $.extend Travis,
code_climate: $('meta[name="travis.code_climate"]').attr('value')
code_climate_url: $('meta[name="travis.code_climate_url"]').attr('value')
CONFIG_KEYS: ['go', 'rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala', 'compiler', 'ghc']
CONFIG_KEYS: ['go', 'rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala', 'compiler', 'ghc', 'os']
QUEUES: [
{ name: 'linux', display: 'Linux' }