diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..78fe334b3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: ruby +rvm: + - 2.5 diff --git a/README.md b/README.md index 783ef5fab..e6692b067 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pagy -[![Gem Version](https://badge.fury.io/rb/pagy.svg)](https://badge.fury.io/rb/pagy) +[![Gem Version](https://badge.fury.io/rb/pagy.svg)](https://badge.fury.io/rb/pagy) [![Build Status](https://travis-ci.org/gamafranco/pagy.svg?branch=master)](https://travis-ci.org/gamafranco/pagy) Pagy is the ultimate pagination gem that outperforms the others in each and every benchmark and comparison.