Skip to content

Commit 9f291f1

Browse files
committed
Remove patch number from Ruby version
This should make it default to the latest
1 parent d26f06a commit 9f291f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: ruby
22
sudo: false
33
rvm:
4-
- 2.2.0
5-
- 2.3.0
4+
- 2.2
5+
- 2.3
66
script: bundle exec rspec
77
env:
88
- PAGINATOR=kaminari

0 commit comments

Comments
 (0)