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

sudo: false

rvm:
  - 2.1.9
  - 2.2.5
  - 2.3.1

before_install:
  - gem update bundler

branches:
  only:
    - master

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