summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: db2925acfc8f7ce0020c95f34bb8b0d1fe845e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
language: ruby
sudo: false
cache: bundler
before_install:
  - gem install bundler
rvm:
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - 2.5