summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6af3a67503b5ef38c4ae5957e6f38225be67c750 (plain)
1
2
3
4
5
6
7
8
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1

bundler_args: --jobs 7

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