summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 49ff3403b52c43cb0e2a2701fcf700ab216d4ba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - jruby-19mode

script: bundle exec rake spec

matrix:
  include:
    - rvm: 1.9.3
      gemfile: gemfiles/gemfile.latest-pedant
  allow_failures:
    - rvm: 1.8.7           # We support 1.8.7, but chef-pedant doesn't
    - rvm: 2.0.0           # chef-pedant has at least one failure in 2.0.0
    - rvm: jruby-19mode    # Mixlib Shellout uses fork+exec
    - gemfile: gemfiles/gemfile.latest-pedant