mathematicalmichael / spellfix

Spelling correction module.
1 stars 1 forks source link

investigate Travis dists #6

Closed mathematicalmichael closed 4 years ago

mathematicalmichael commented 4 years ago

xenial looks to be default. How can we add testing for bionic as well? new items with names?

Make sure to test travis files here: https://config.travis-ci.com/explore

mathematicalmichael commented 4 years ago

xenial is default at the time of this writing. https://docs.travis-ci.com/user/reference/overview/ bionic is available as the most recent option, so it may be worth specifying distributions entirely throughout the travis file with titles that make it clear what the environment is.

mathematicalmichael commented 4 years ago

if we keep the top section that currently tests on xenial, when bionic becomes default, we can swap out those matrix entries to test on the older xenial to avoid double-testing