mirror of https://github.com/zulip/zulip.git
travis: Set prod EXTERNAL_HOST to resolve correctly.
This is needed to use check_send_receive_time in the tests.
This commit is contained in:
parent
e4c098fba4
commit
744e8ad0e3
|
@ -22,7 +22,7 @@ env TRAVIS=1 /root/zulip/scripts/setup/install
|
|||
|
||||
cat >>/etc/zulip/settings.py <<EOF
|
||||
# Travis CI override settings above
|
||||
EXTERNAL_HOST = 'zulip.travis.example.com'
|
||||
EXTERNAL_HOST = '127.0.0.1'
|
||||
ZULIP_ADMINISTRATOR = 'zulip-travis-admin@travis.example.com'
|
||||
ADMIN_DOMAIN = 'travis.example.com'
|
||||
AUTHENTICATION_BACKENDS = ( 'zproject.backends.EmailAuthBackend', )
|
||||
|
|
Loading…
Reference in New Issue