Skip to content

Commit 4529077

Browse files
authored
Merge pull request #315 from olleolleolle/patch-1
CI: Define matrix one way
2 parents 52a2851 + cc7d117 commit 4529077

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +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:
27-
- rvm: 2.3.8
2821
- rvm: ruby-head
2922
- rvm: jruby-head

0 commit comments

Comments
 (0)