Skip to content

Commit f58a42c

Browse files
committed
Specify supported ruby versions
1 parent 03216e3 commit f58a42c

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@ language: ruby
22
dist: trusty
33
sudo: false
44
rvm:
5-
- 2.4
6-
- 2.5
5+
- 2.4
6+
- 2.5
7+
- 2.6
8+
- 2.7
9+
- ruby-head
10+
11+
matrix:
12+
allow_failures:
13+
- rvm: ruby-head
14+
15+
cache: bundler
716
bundler_args: --jobs=2
17+
818
script:
9-
- bundle exec rake spec
19+
- bundle exec rake spec

0 commit comments

Comments
 (0)