Skip to content

Commit

Permalink
Update travis config for bundler fix travis-ci/travis-ci#1793 and up-…
Browse files Browse the repository at this point in the history
…to-date puppet/ruby matrix
  • Loading branch information
Johan van den Dorpe committed Dec 30, 2013
1 parent c865dee commit 9823c34
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
language: ruby
before_install:
- gem update --system 2.1.11
- gem --version
bundler_args: --without development
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
rvm:
- 1.9.2
- 1.9.3
- 1.8.7
script: "bundle exec rake"
- 1.9.3
- 2.0.0
env:
- PUPPET_GEM_VERSION="~> 2.7"
- PUPPET_GEM_VERSION="~> 3.0"
- PUPPET_GEM_VERSION="~> 3.1"

- PUPPET_GEM_VERSION="~> 2.7"
- PUPPET_GEM_VERSION="~> 3.0"
- PUPPET_GEM_VERSION="~> 3.4"
matrix:
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7"
notifications:
email:
- johan@johan.org.uk

0 comments on commit 9823c34

Please sign in to comment.