summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7e34a69a39a1b67fef4bd9b1feb182e010740a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: ruby

sudo: false

before_install:
  - bundle --version
  - gem --version
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2
script: 
  - bundle exec rake spec
  - bundle exec ohai