summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f77d5737df75cc499d88f892672362b07f3e8f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: ruby
cache: bundler
sudo: false
rvm:
  - 2.2.6
  - 2.3.3
  - 2.4.0
branches:
  only:
    - master
before_install:
  - gem update bundler

script: bundle exec rake