Skip to content

Commit 2228ac8

Browse files
authored
Merge pull request #97 from ruby-docx:add-ruby-3.0-to-versions-for-testing
Add ruby 3.0 to versions for testing on Travis CI
2 parents 2ad7868 + b66db3d commit 2228ac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: ruby
2-
dist: trusty
3-
sudo: false
2+
dist: xenial
43
rvm:
54
- 2.5
65
- 2.6
76
- 2.7
7+
- 3.0
88
- ruby-head
99

1010
matrix:

0 commit comments

Comments
 (0)