Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFix Travis CI to Xenial; Ruby to pre-installed 2.5.3 #4234
Conversation
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Aug 4, 2019
Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes. If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements. To update this pull request, visit the "Files changed" tab above, and click on the pencil icon (see below) in the top-right corner of your style to start editing. If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable. |
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Aug 4, 2019
|
rmzelle commentedAug 4, 2019
•
edited
Some of our recent Travis CI builds have started to run on Ubuntu Xenial 16.04 instead of Trusty (14.04), and failing (see e.g. https://travis-ci.org/citation-style-language/styles/builds/565790539).
This pull requests fixes our environment to Xenial, and updates the Gemfile.lock file. It also downgrades us to a pre-installed Ruby version to save about 20 seconds per Travis-CI build.
See also https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment and https://docs.travis-ci.com/user/reference/xenial/#ruby-support.