Bump travis-core (repos?member=:member fix)
This commit is contained in:
parent
d48c47bcfc
commit
8d1a3b2bea
|
@ -23,7 +23,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-core.git
|
remote: git://github.com/travis-ci/travis-core.git
|
||||||
revision: 3a45afb991fecb3dea594c01502d27a1551b5417
|
revision: a02b830498e64dff77b3ed99d7b9f53b546014df
|
||||||
specs:
|
specs:
|
||||||
travis-core (0.0.1)
|
travis-core (0.0.1)
|
||||||
actionmailer (~> 3.2.12)
|
actionmailer (~> 3.2.12)
|
||||||
|
|
|
@ -24,6 +24,7 @@ describe Travis::Api::App::Endpoint::Users do
|
||||||
'gravatar_id' => user.gravatar_id,
|
'gravatar_id' => user.gravatar_id,
|
||||||
'locale' => user.locale,
|
'locale' => user.locale,
|
||||||
'is_syncing' => user.is_syncing,
|
'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'),
|
'synced_at' => user.synced_at.strftime('%Y-%m-%dT%H:%M:%SZ'),
|
||||||
'correct_scopes' => true,
|
'correct_scopes' => true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user