Provide proper sourceEndpoint config
This commit is contained in:
parent
b763a00bac
commit
a6268f3e47
|
@ -21,7 +21,7 @@ module.exports = function(environment) {
|
||||||
|
|
||||||
// defaults for running travis-web
|
// defaults for running travis-web
|
||||||
apiEndpoint: 'https://api.travis-ci.org',
|
apiEndpoint: 'https://api.travis-ci.org',
|
||||||
source_endpoint: 'https://github.com',
|
sourceEndpoint: 'https://github.com',
|
||||||
pusher: {
|
pusher: {
|
||||||
key: '5df8ac576dcccf4fd076',
|
key: '5df8ac576dcccf4fd076',
|
||||||
host: 'ws.pusherapp.com'
|
host: 'ws.pusherapp.com'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user