diff options
author | Michael Weiss | 2019-02-13 18:44:28 +0100 |
---|---|---|
committer | Michael Weiss | 2019-02-13 18:44:28 +0100 |
commit | 81b75b485b2be4f3f26b41ca8fcb18e3dc7e7d27 (patch) | |
tree | 85102848e7cfbc692f104336829c576569ec9e96 /.travis.yml | |
parent | 1c0594ac6c907bc6d6f926d5675553c9267eb1fe (diff) |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |