From a6268f3e47bdef2ba4f7fad5a15c071bdd90d711 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 13 Mar 2015 12:45:16 +0100 Subject: [PATCH] Provide proper sourceEndpoint config --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index ab37334f..bf78ba39 100644 --- a/config/environment.js +++ b/config/environment.js @@ -21,7 +21,7 @@ module.exports = function(environment) { // defaults for running travis-web apiEndpoint: 'https://api.travis-ci.org', - source_endpoint: 'https://github.com', + sourceEndpoint: 'https://github.com', pusher: { key: '5df8ac576dcccf4fd076', host: 'ws.pusherapp.com'