bump travis-core
This commit is contained in:
parent
1f5001efe7
commit
889f042cd7
|
@ -40,7 +40,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-core.git
|
remote: git://github.com/travis-ci/travis-core.git
|
||||||
revision: c8a0672df7e20bc67ed838bdec8b72a2584e9379
|
revision: b3e0212aa29ab1042f3357c1cd20b6f9d9fe8e08
|
||||||
specs:
|
specs:
|
||||||
travis-core (0.0.1)
|
travis-core (0.0.1)
|
||||||
actionmailer (~> 3.2.3)
|
actionmailer (~> 3.2.3)
|
||||||
|
@ -236,7 +236,7 @@ GEM
|
||||||
treetop (1.4.12)
|
treetop (1.4.12)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
tzinfo (0.3.34)
|
tzinfo (0.3.35)
|
||||||
yard (0.8.3)
|
yard (0.8.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
|
|
@ -24,7 +24,7 @@ describe 'Hooks' do
|
||||||
let :payload do
|
let :payload do
|
||||||
{
|
{
|
||||||
:name => 'travis',
|
:name => 'travis',
|
||||||
:events => ServiceHook::EVENTS,
|
:events => Travis::Services::Github::SetHook::EVENTS,
|
||||||
:active => true,
|
:active => true,
|
||||||
:config => { :user => user.login, :token => user.tokens.first.token, :domain => 'listener.travis-ci.org' }
|
:config => { :user => user.login, :token => user.tokens.first.token, :domain => 'listener.travis-ci.org' }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user