Skip to content

Commit e5fd06c

Browse files
authored
Merge pull request #164 from bigcommerce/bookernath-patch-1
Test modern versions of Ruby
2 parents f7c3a68 + bb6eca1 commit e5fd06c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: ruby
22
rvm:
33
- ruby-head
4-
- 2.0
5-
- 2.1
6-
- 2.2
7-
- 2.3
8-
- 2.4
4+
- 2.6
5+
- 2.7
6+
- 3.0
97
cache:
108
bundler: true
119
sudo: false

0 commit comments

Comments
 (0)