alphagov / tech-docs-gem

Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15 stars 38 forks source link

Fix failing builds on Travis #233

Closed lfdebrux closed 3 years ago

lfdebrux commented 3 years ago

Fixes #230.

This PR changes the Travis configuration to make sure it is using the same version of JavaScript as developers, and also changes the gemspec of govuk_tech_docs so that the newest version of autoprefixer-rails is used.

Together these changes allow the Travis builds to work correctly. Bumping autoprefixer-rails is not enough, because otherwise Travis will use Node.js v8.12.0 and autoprefixer will complain that the version of Node is too old.