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

sudo: false

rvm:
  - 2.2.5
  - 2.3.1

before_install:
  - gem update bundler

branches:
  only:
    - master

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