Skip to content

Commit

Permalink
ci: Change some allow_failures to exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 22, 2023
1 parent c7dd725 commit 5eda3d5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ rvm:
- 3.2
- ruby-head
matrix:
allow_failures:
exclude:
# No gem releases since 2017 and failing on new versions.
# https://rubygems.org/gems/gsl
# https://rubygems.org/gems/nmatrix
- rvm: 3.0
env: MATRIX_LIBRARY=gsl
- rvm: 3.1
Expand All @@ -20,14 +23,15 @@ matrix:
env: MATRIX_LIBRARY=gsl
- rvm: ruby-head
env: MATRIX_LIBRARY=gsl
- rvm: ruby-head
env: MATRIX_LIBRARY=matrix
- rvm: ruby-head
env: MATRIX_LIBRARY=narray
- rvm: 3.2
env: MATRIX_LIBRARY=nmatrix
- rvm: ruby-head
env: MATRIX_LIBRARY=nmatrix
allow_failures:
- rvm: ruby-head
env: MATRIX_LIBRARY=matrix
- rvm: ruby-head
env: MATRIX_LIBRARY=narray
env:
- MATRIX_LIBRARY=gsl
- MATRIX_LIBRARY=narray
Expand Down

0 comments on commit 5eda3d5

Please sign in to comment.