Add Blue Box as the default sponsor of a test run.
This commit is contained in:
parent
c263319ed5
commit
61c0f5179d
|
@ -52,13 +52,11 @@ require 'travis/model'
|
|||
@get('log').clear()
|
||||
|
||||
sponsor: (->
|
||||
worker = @get('log.workerName')
|
||||
if worker && worker.length
|
||||
Travis.WORKERS[worker] || {
|
||||
name: "Travis Pro"
|
||||
url: "http://travis-ci.com"
|
||||
}
|
||||
).property('log.workerName')
|
||||
{
|
||||
name: "Blue Box"
|
||||
url: "http://bluebox.net"
|
||||
}
|
||||
).property()
|
||||
|
||||
configValues: (->
|
||||
config = @get('config')
|
||||
|
|
|
@ -46,41 +46,3 @@
|
|||
{ id: '43', type: 'silver', link: "<a href=\"http://busyconf.com\">BusyConf</a><span>: Conferences and Events Made Easy</span>"}
|
||||
]
|
||||
|
||||
@Travis.WORKERS = {
|
||||
"jvm-otp1.worker.travis-ci.org":
|
||||
name: "Travis Pro"
|
||||
url: "http://travis-ci.com"
|
||||
"jvm-otp2.worker.travis-ci.org":
|
||||
name: "Transloadit"
|
||||
url: "http://transloadit.com"
|
||||
"ppp1.worker.travis-ci.org":
|
||||
name: "Travis Pro"
|
||||
url: "http://beta.travis-ci.com"
|
||||
"ppp2.worker.travis-ci.org":
|
||||
name: "EnterpriseRails"
|
||||
url: "http://www.enterprise-rails.com"
|
||||
"ppp3.worker.travis-ci.org":
|
||||
name: "Alchemy CMS"
|
||||
url: "http://alchemy-cms.com/"
|
||||
"rails1.worker.travis-ci.org":
|
||||
name: "EnterpriseRails"
|
||||
url: "http://www.enterprise-rails.com"
|
||||
"ruby1.worker.travis-ci.org":
|
||||
name: "Engine Yard"
|
||||
url: "http://www.engineyard.com"
|
||||
"ruby2.worker.travis-ci.org":
|
||||
name: "EnterpriseRails"
|
||||
url: "http://www.enterprise-rails.com"
|
||||
"ruby3.worker.travis-ci.org":
|
||||
name: "Railslove"
|
||||
url: "http://railslove.de"
|
||||
"ruby4.worker.travis-ci.org":
|
||||
name: "Engine Yard"
|
||||
url: "http://www.engineyard.com"
|
||||
"spree.worker.travis-ci.org":
|
||||
name: "Spree"
|
||||
url: "http://spreecommerce.com"
|
||||
"staging.worker.travis-ci.org":
|
||||
name: "EnterpriseRails"
|
||||
url: "http://www.enterprise-rails.com"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user