We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a2851 commit 2e62a5bCopy full SHA for 2e62a5b
.travis.yml
@@ -1,28 +1,22 @@
1
-sudo: false
2
-
3
language: ruby
4
5
before_install:
6
- - gem update --system
7
- gem install bundler
8
9
after_success:
10
- # - coveralls
11
- bundle exec danger
12
13
rvm:
+ - 2.3.8
14
- 2.4.5
15
- 2.5.3
16
- 2.6.0
+ - ruby-head
+ - jruby-head
17
18
matrix:
19
fast_finish: true
20
21
- include:
22
- - rvm: 2.3.8
23
- - rvm: ruby-head
24
- - rvm: jruby-head
25
26
allow_failures:
27
- rvm: 2.3.8
28
- rvm: ruby-head
0 commit comments