summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4a40d955b49d2f90ab7fce7c86250d7ed63edeca (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
26
language: ruby
cache: bundler
dist: xenial

before_install:
  - gem install bundler || true
  - bundle --version
  - gem update --system
  - gem --version

matrix:
  include:
    - rvm: 2.4.5
    - rvm: 2.5.5
    - rvm: 2.6.2
    - rvm: ruby-head
  allow_failures:
    - rvm: ruby-head

branches:
  only:
    - master

bundler_args: --without docs development

script: bundle exec rake