Skip to content

Commit

Permalink
Merge pull request #90 from nicolasleger/ruby-versions
Browse files Browse the repository at this point in the history
Test build on new Ruby versions
  • Loading branch information
davidcelis authored Jan 8, 2018
2 parents 06b32b2 + 70179c4 commit c9fea97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: ruby
sudo: false
rvm:
- 2.2.5
- 2.3.1
- '2.2'
- 2.3.6
- 2.4.3
- 2.5.0
script: bundle exec rspec
env:
- PAGINATOR=kaminari
Expand Down

0 comments on commit c9fea97

Please sign in to comment.