summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 02a71aeb0ebab0eed2910ce03d5d847e1d2e99e0 (plain)
1
2
3
4
5
6
7
8
9
10
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2

branches:
  only:
    - master

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