summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: de8b4faa1c334e66d35f0076a19e6d6a4c1ddfdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: ruby
cache: bundler
sudo: false

rvm:
  - 2.0
  - 2.1
  - 2.2

bundler_args: --jobs 7

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