From 81b75b485b2be4f3f26b41ca8fcb18e3dc7e7d27 Mon Sep 17 00:00:00 2001
From: Michael Weiss
Date: Wed, 13 Feb 2019 18:44:28 +0100
Subject: Travis: Set ASSET_HOST_URL to avoid test failures

See [0],[1] for more details (the final webpage [2] still worked because
GitHub sets ASSET_HOST_URL during the deployment but the tests failed
because it isn't set and the old domain is used [3]).

[0]: https://github.com/jekyll/jemoji/issues/89
[1]: https://github.com/jekyll/jemoji/pull/45/files
[2]: https://fsi-tue.github.io/skripte/
[3]: https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

(limited to '.travis.yml')

diff --git a/.travis.yml b/.travis.yml
index 7239c6d..d69e904 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ addons:
 env:
   global:
   - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
+  - ASSET_HOST_URL="https://github.githubassets.com"
 
 script:
   - set -e # halt script on error
-- 
cgit v1.2.3