Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 553787e

Browse files
authored
Updates .ruby-version and .travis.yml (#36)
* Updates .ruby-version to 2.5.3 * Updates .travis.symbols * Removes 2.0 and 2.1 * Adds 2.5 and 2.6
1 parent 470c4b2 commit 553787e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.5.3

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ sudo: false
22
language: ruby
33
cache: bundler
44
rvm:
5-
- 2.0
6-
- 2.1
75
- 2.2
86
- 2.3
97
- 2.4
8+
- 2.5
9+
- 2.6
1010
- ruby-head
1111
- jruby
1212
- rbx

0 commit comments

Comments
 (0)