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