summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4ecda54d169faafd3edc5015eff764d3c8946889 (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
sudo: false
language: ruby
cache: bundler

matrix:
  include:
    - rvm: 2.2.7
    - rvm: 2.3.4
    - rvm: 2.4.1
    - rvm: ruby-head
  allow_failures:
    - rvm: ruby-head
branches:
  only:
  - master

bundler_args: --without changelog

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

script:
  - bundle exec rake