summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f3da980ad6760f5ad57016f284900fdea84fe2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
  - 1.8.7
  - 1.9.3
  - 2.0.0
  - 2.1.0
script: bundle exec rake test
env:
  - PUPPET_VERSION="~> 3.5.0"
matrix:
  exclude:
  - rvm: 2.1.0
    env: PUPPET_VERSION="~> 3.4.0"