Merge pull request #228 from dmalikov/master

Add ghc to CONFIG_KEYS
This commit is contained in:
Josh Kalderimis 2013-12-09 10:30:14 -08:00
commit 7974341d77

View File

@ -78,7 +78,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']
CONFIG_KEYS: ['go', 'rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala', 'compiler', 'ghc']
QUEUES: [
{ name: 'linux', display: 'Linux' }