Skip to content

Commit

Permalink
CI: YAML-quote the 3.0 to avoid Float-to-String misconversion (weppos…
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Apr 9, 2021
1 parent ac34304 commit 3e54a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby

rvm:
- 2.6
- 2.7
- 3.0
- "2.6"
- "2.7"
- "3.0"
- ruby-head

env:
Expand Down

0 comments on commit 3e54a5c

Please sign in to comment.