summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: eea4794bfa9f2f815767f63028be70f0c7888fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sudo: false
language: ruby
cache: bundler
distro: xenial

matrix:
  include:
    - rvm: 2.2.10
    - rvm: 2.3.8
    - rvm: 2.4.5
    - rvm: 2.5.3
    - rvm: 2.6
    - rvm: ruby-head
  allow_failures:
    - rvm: ruby-head

branches:
  only:
    - master

before_install:
  - gem update bundler
  - gem update --system

script: bundle exec rake