diff --git a/.travis.yml b/.travis.yml index f5c5b33..8cb056f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ install: sudo pip install nose sphinx sphinx_rtd_theme; sudo pip install . script: sudo nosetests && sudo make docs notifications: webhooks: - - http://heimdallr.thesharp.org/travis + - https://heimdallr.mournival.net/travis sudo: true