try using the staging domain

This commit is contained in:
Sven Fuchs 2013-02-26 19:12:37 +01:00
parent 941d1391bb
commit d686b741bf

View File

@ -16,7 +16,7 @@ class Travis::Web::App::AltVersions
private
def cookie(alt)
"alt=#{alt}; Domain=travis-ci.org; Secure; Max-Age=#{alt == 'default' ? 0 : 86400}"
"alt=#{alt}; Domain=staging.travis-ci.org; Secure; Max-Age=#{alt == 'default' ? 0 : 86400}"
end
def alt_from_params(env)