Skip to content

Commit

Permalink
Updated ruby versions for testing
Browse files Browse the repository at this point in the history
* Updates to the latest Z for existing versions
* Adds 2.7 and 3.0
  • Loading branch information
Dylan Ratcliffe committed Feb 15, 2021
1 parent 9262823 commit cc383ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: ruby
rvm:
- 2.6.3
- 2.5.5
- 2.4.1
- 2.3.4
- 3.0.0
- 2.7.2
- 2.6.6
- 2.5.8
- 2.4.10
- 2.3.8

script: "rake test"

0 comments on commit cc383ff

Please sign in to comment.