nfroidure / gulp-iconfont

Create icon fonts from several SVG icons
MIT License
854 stars 72 forks source link

Run CI on Ubuntu 14.04 #177

Closed pioug closed 5 years ago

pioug commented 5 years ago

Travis switched to a newer Ubuntu (https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment) and build started to fail (https://travis-ci.org/nfroidure/gulp-iconfont/builds/545353614).

Going back to the working environment until we find a way to pass the build on the default OS.

pioug commented 5 years ago

After some trials, it seems like the latest versions of native dependencies can pass the compilation on Ubuntu Xenial. However the hinted font becomes different so the mocha tests are failing.

https://github.com/pioug/gulp-iconfont/commit/c1c8a4c4353ed94399d6a0a29400e3e46ee91596 https://travis-ci.org/pioug/gulp-iconfont/jobs/545387093

@nfroidure, eventually we can try to pin point the breaking change by checking change logs and/or review whether the hinted output actually looks fine (and update the tests). But maybe this is not really worth solving after all.