Merge pull request #232 from travis-ci/ha-feature-multi_os_support

Preliminary Multi-OS support
This commit is contained in:
Josh Kalderimis 2013-12-11 14:02:30 -08:00
commit e33ae1f82b

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' }