Skip to content

Commit 4f859d0

Browse files
committed
Add Ruby 2.2 and 2.3 to the build matrix
Signed-off-by: David Celis <me@davidcel.is>
1 parent e1453be commit 4f859d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: ruby
2+
sudo: false
23
rvm:
34
- 1.9.3
45
- 2.0.0
56
- 2.1.0
7+
- 2.2.0
8+
- 2.3.0
69
script: bundle exec rspec
710
env:
811
- PAGINATOR=kaminari

0 commit comments

Comments
 (0)