summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 39aa782c31c38ffc0b82b7586efd7dbdc632fbea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2
before_install:
  - gem update bundler

branches:
  only:
    - master

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