summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ac384a9f7dcd81d66f1bc1e53551935ac4eb7082 (plain)
1
2
3
4
5
6
7
8
before_install:
  - bundle --version
  - gem --version
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2
script: bundle exec rake spec