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

sudo: false

rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3.0

before_install:
  - gem update bundler

branches:
  only:
    - master

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