summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6468f54d5743154628a31c036cc5ceb298664b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
rvm:
  - 1.8.7
  - 1.9.3
  - 2.0.0

branches:
  only:
    - master
    - 10-stable
    - 11-stable

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