Skip to content

Commit

Permalink
setup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjahn committed Apr 11, 2015
1 parent 109024f commit 38a8c49
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
language: ruby
bundler_args: --without development --jobs=3 --retry=3

sudo: false

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1

env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.1.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0"

before_install: rm Gemfile.lock || true

script: bundle exec rake test

matrix:
exclude:
- rvm: 1.9.3
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.1.0"
- rvm: 2.1
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.1
env: PUPPET_VERSION="~> 3.1.0"
- rvm: 2.1
env: PUPPET_VERSION="~> 3.2.0"
- rvm: 2.1
env: PUPPET_VERSION="~> 3.3.0"
- rvm: 2.1
env: PUPPET_VERSION="~> 3.4.0"

0 comments on commit 38a8c49

Please sign in to comment.