diff --git a/assets/javascripts/travis.coffee b/assets/javascripts/travis.coffee index 469ef672..7c995bea 100644 --- a/assets/javascripts/travis.coffee +++ b/assets/javascripts/travis.coffee @@ -3,7 +3,7 @@ require 'ext/ember/namespace' @Travis = Em.Namespace.create config: - api_endpoint: $('meta[name="travis.api_endpoint"]').attr('content') + api_endpoint: $('meta[rel="travis.api_endpoint"]').attr('content') CONFIG_KEYS: ['rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala'] diff --git a/public/index.html b/public/index.html index a628f769..6434e9a3 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + Travis CI - Distributed Continuous Integration Platform for the Open Source Community