Remove call to Travis::Features.start
This was deprecated in travis-ci/travis-core@53ab3c39d8.
This commit is contained in:
parent
e093fde18c
commit
a87b4238b4
|
@ -137,8 +137,6 @@ module Travis::Api
|
||||||
|
|
||||||
setup_database_connections
|
setup_database_connections
|
||||||
|
|
||||||
Travis::Features.start
|
|
||||||
|
|
||||||
if Travis.env == 'production' || Travis.env == 'staging'
|
if Travis.env == 'production' || Travis.env == 'staging'
|
||||||
Sidekiq.configure_client do |config|
|
Sidekiq.configure_client do |config|
|
||||||
config.redis = Travis.config.redis.merge(size: 1, namespace: Travis.config.sidekiq.namespace)
|
config.redis = Travis.config.redis.merge(size: 1, namespace: Travis.config.sidekiq.namespace)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user