Skip to content

Commit

Permalink
CI: Explicit matrix only
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed May 27, 2021
1 parent 0ef52a1 commit 5a1865f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,33 @@
language: ruby
cache: bundler
dist: trusty
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-9.2.6.0
matrix:
include:
- gemfile: Gemfile
rvm: 2.7
- gemfile: Gemfile
rvm: ruby-head

- gemfile: gemfiles/Gemfile-6-1-stable
rvm: 2.7
- gemfile: gemfiles/Gemfile-6-1-stable
rvm: 2.6
- gemfile: gemfiles/Gemfile-6-1-stable
rvm: 2.5

- gemfile: gemfiles/Gemfile-6-0-stable
rvm: 2.6
- gemfile: gemfiles/Gemfile-6-0-stable
rvm: 2.5
- gemfile: gemfiles/Gemfile-6-0-stable
rvm: jruby-9.2.6.0

- gemfile: gemfiles/Gemfile-5-2-stable
rvm: 2.2
- gemfile: gemfiles/Gemfile-5-2-stable
rvm: 2.3
- gemfile: gemfiles/Gemfile-5-2-stable
rvm: 2.4
- gemfile: gemfiles/Gemfile-5-2-stable
rvm: ruby-head
allow_failures:
- rvm: ruby-head
fast_finish: true
Expand Down

0 comments on commit 5a1865f

Please sign in to comment.