bump travis-core

This commit is contained in:
Sven Fuchs 2012-11-05 02:45:22 +01:00
parent 1f5001efe7
commit 889f042cd7
2 changed files with 3 additions and 3 deletions
Gemfile.lock
spec/integration/v2

View File

@ -40,7 +40,7 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-core.git
revision: c8a0672df7e20bc67ed838bdec8b72a2584e9379
revision: b3e0212aa29ab1042f3357c1cd20b6f9d9fe8e08
specs:
travis-core (0.0.1)
actionmailer (~> 3.2.3)
@ -236,7 +236,7 @@ GEM
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.34)
tzinfo (0.3.35)
yard (0.8.3)
PLATFORMS

View File

@ -24,7 +24,7 @@ describe 'Hooks' do
let :payload do
{
:name => 'travis',
:events => ServiceHook::EVENTS,
:events => Travis::Services::Github::SetHook::EVENTS,
:active => true,
:config => { :user => user.login, :token => user.tokens.first.token, :domain => 'listener.travis-ci.org' }
}