Skip to content

Commit 70179c4

Browse files
authored
Test build on new Ruby versions
1 parent 06b32b2 commit 70179c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: ruby
22
sudo: false
33
rvm:
4-
- 2.2.5
5-
- 2.3.1
4+
- '2.2'
5+
- 2.3.6
6+
- 2.4.3
7+
- 2.5.0
68
script: bundle exec rspec
79
env:
810
- PAGINATOR=kaminari

0 commit comments

Comments
 (0)