aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
AgeCommit message (Collapse)Author
2019-02-13Travis: Set ASSET_HOST_URL to avoid test failuresMichael Weiss
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
2019-02-13Travis: Stop pinning the Ruby versionMichael Weiss
Version 2.3.3 is pretty outdated by now and we don't depend on a particular version. IMO it makes more sense to simply use the default version (currently still 2.4.1). I've also reordered the directives for better readability.
2018-03-23Fix the TLS errors from Travis CIMichael Weiss
See: https://github.com/gjtorikian/html-proofer/wiki/Using-HTMLProofer-From-Ruby-and-Travis
2018-03-20add travis supportTrybnetic