Skip to content

Commit

Permalink
Test multiple versions of the libopenmpt library.
Browse files Browse the repository at this point in the history
But allow failures for later versions, and exclude some combinations for
now.
  • Loading branch information
hainesr committed Nov 24, 2018
1 parent 0b01f4c commit f9724b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,20 @@ rvm:
- rbx-3
- ruby-head

env:
- TEST_LIBOPENMPT_VERSION=0.3.11
- TEST_LIBOPENMPT_VERSION=0.3.12

matrix:
fast_finish: true
allow_failures:
- rvm: rbx-3
- rvm: ruby-head
- env: TEST_LIBOPENMPT_VERSION=0.3.12
exclude:
- rvm: rbx-3
env: TEST_LIBOPENMPT_VERSION=0.3.12
- rvm: 2.2.10
env: TEST_LIBOPENMPT_VERSION=0.3.12
- rvm: 2.3.8
env: TEST_LIBOPENMPT_VERSION=0.3.12

0 comments on commit f9724b5

Please sign in to comment.