summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 102f6609b16a59e1962037710924a01c46c563ba (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:
  - 1.9.3
  - 2.0.0
  - 2.1.2
  - 2.2
before_install:
  - gem update bundler

branches:
  only:
    - master

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