Bump travis-core (repos?member=:member fix)

This commit is contained in:
Piotr Sarnacki 2013-09-12 13:52:32 +02:00
parent d48c47bcfc
commit 8d1a3b2bea
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-core.git
revision: 3a45afb991fecb3dea594c01502d27a1551b5417
revision: a02b830498e64dff77b3ed99d7b9f53b546014df
specs:
travis-core (0.0.1)
actionmailer (~> 3.2.12)

View File

@ -24,6 +24,7 @@ describe Travis::Api::App::Endpoint::Users do
'gravatar_id' => user.gravatar_id,
'locale' => user.locale,
'is_syncing' => user.is_syncing,
'created_at' => user.created_at.strftime('%Y-%m-%dT%H:%M:%SZ'),
'synced_at' => user.synced_at.strftime('%Y-%m-%dT%H:%M:%SZ'),
'correct_scopes' => true,
}