xiph / ogg

Reference implementation of the Ogg media container
BSD 3-Clause "New" or "Revised" License
345 stars 168 forks source link

add more coverage to travis #23

Closed stephengroat closed 5 years ago

stephengroat commented 7 years ago

i tend to separate out into 2 because i've seen (very sporadic) issues due to the brew update. whenever i have an issue with that step, i know that i can just restart travis build and it usually works

if you want it in one line, i can easily do that though

stephengroat commented 6 years ago

@Chocobo1 this should be ready to go now.

trusty is now the travis default, it's no longer needed to explicitly list.

this pr will add osx and gcc/clang to the build matrix, testing them all

rillian commented 5 years ago

Merged as be336819acdc117711e879c7b4c00e877050df50, although I removed the homebrew invocation in a subsequent commit to speed up test feedback.

Thanks for the contribution!