summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 36aba901e65f38cfc41042d13f6c24e2aa3016fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: ruby
cache: bundler
sudo: false
rvm:
  - 2.2.10
  - 2.3.7
  - 2.4.4
  - 2.5.1
branches:
  only:
    - master
before_install:
  - gem update bundler
  - gem update --system

script: bundle exec rake