Skip to content

Commit 6782dd3

Browse files
author
Anya Zenkina
authored
update travis config (#145)
* fix travis config * fix readme
1 parent 3480db7 commit 6782dd3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: ruby
22
sudo: false
33
rvm:
4-
- 1.9.3
5-
- 2.0
6-
- 2.1
7-
- 2.2
8-
- 2.3.0
9-
- 2.4.1
4+
- 2.4
5+
- 2.5
6+
- 2.6
107
- jruby
118
- rbx-2
129

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,6 @@ else
247247
render text: 'invalid', status: 401
248248
end
249249
```
250+
251+
## Supported Ruby versions
252+
2.4+

0 commit comments

Comments
 (0)