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

matrix:
  include:
    - rvm: 2.3.7
    - rvm: 2.4.4
    - rvm: 2.5.3
    - rvm: ruby-head
  allow_failures:
    - rvm: ruby-head

branches:
  only:
    - master

bundler_args: --jobs 7 --without docs debug

script: bundle exec rspec --color --format progress