Skip to content

Commit

Permalink
Merge pull request #68 from joshk/patch-1
Browse files Browse the repository at this point in the history
Use the new build env on Travis
  • Loading branch information
solarkennedy committed Feb 2, 2015
2 parents def0161 + 0700aa7 commit c3a4da6
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
---
language: ruby
before_install: rm Gemfile.lock || true

sudo: false

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
- 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
Expand All @@ -22,13 +29,13 @@ matrix:
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.1.0"
- rvm: 2.1.0
- rvm: 2.1
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.1.0
- rvm: 2.1
env: PUPPET_VERSION="~> 3.1.0"
- rvm: 2.1.0
- rvm: 2.1
env: PUPPET_VERSION="~> 3.2.0"
- rvm: 2.1.0
- rvm: 2.1
env: PUPPET_VERSION="~> 3.3.0"
- rvm: 2.1.0
- rvm: 2.1
env: PUPPET_VERSION="~> 3.4.0"

0 comments on commit c3a4da6

Please sign in to comment.