Skip to content

Commit aa5906f

Browse files
committed
Add patch version back to Travis config
It did not like that they were missing
1 parent 9f291f1 commit aa5906f

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
5-
- 2.3
4+
- 2.2.5
5+
- 2.3.1
66
script: bundle exec rspec
77
env:
88
- PAGINATOR=kaminari

0 commit comments

Comments
 (0)