Skip to content

Commit 2e62a5b

Browse files
authored
CI: Define matrix one way
- this keeps CI matrix creation in "rvm" settings
1 parent 52a2851 commit 2e62a5b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
1-
sudo: false
2-
31
language: ruby
42

53
before_install:
6-
- gem update --system
74
- gem install bundler
85

96
after_success:
10-
# - coveralls
117
- bundle exec danger
128

139
rvm:
10+
- 2.3.8
1411
- 2.4.5
1512
- 2.5.3
1613
- 2.6.0
14+
- ruby-head
15+
- jruby-head
1716

1817
matrix:
1918
fast_finish: true
2019

21-
include:
22-
- rvm: 2.3.8
23-
- rvm: ruby-head
24-
- rvm: jruby-head
25-
2620
allow_failures:
2721
- rvm: 2.3.8
2822
- rvm: ruby-head

0 commit comments

Comments
 (0)