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 d369967 commit c676e64Copy full SHA for c676e64
.travis.yml
@@ -1,10 +1,11 @@
1
language: ruby
2
rvm:
3
- - 2.7.1
4
- - 2.6.6
5
- - 2.5.8
6
- - 2.4.10
7
- - 2.3.8
+ - 3.0
+ - 2.7
+ - 2.6
+ - 2.5
+ - 2.4
8
+ - 2.3
9
- 2.2
10
- 2.1
11
- 2.0
@@ -17,8 +18,8 @@ matrix:
17
18
include:
19
- rvm: rbx-2
20
script: bundle exec rake spec
- # Run Danger only once, on 2.5.8
21
- - rvm: 2.5.8
+ # Run Danger only once, on 2.5
22
+ - rvm: 2.5
23
before_script: bundle exec danger
24
25
script: bundle exec rake spec rubocop
0 commit comments