Skip to content

Commit

Permalink
CI: Travis YAML, avoid float-to-string conversion
Browse files Browse the repository at this point in the history
In some places, a float of 3.0 can be turned into the string "3".
  • Loading branch information
olleolleolle committed May 10, 2021
1 parent 32ef1e3 commit 67dd402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rvm:
- 2.5
- 2.6
- 2.7
- 3.0
- "3.0"
matrix:
include:
- rvm: 2.4
Expand Down

0 comments on commit 67dd402

Please sign in to comment.