Merge branch '4.x'

* 4.x:
  (maint) Add Ruby 2.0.0 to Travis build matrix

Conflicts:
	.gitignore
	.travis.yml
	Gemfile
This commit is contained in:
Jeff McCune 2013-02-25 14:19:13 -08:00
commit 9a06f11b11
3 changed files with 9 additions and 10 deletions

4
.gitignore vendored
View file

@ -2,6 +2,6 @@ pkg/
.DS_Store .DS_Store
metadata.json metadata.json
coverage/ coverage/
vendor/
.bundle/
Gemfile.lock Gemfile.lock
.bundle/
vendor/bundle/

View file

@ -1,20 +1,19 @@
language: ruby language: ruby
bundler_args: --without development bundler_args: --without development
script: "bundle exec rake spec SPEC_OPTS='--format documentation'" script: "bundle exec rake spec SPEC_OPTS='--color --format documentation'"
rvm: rvm:
- 1.9.3
- 1.8.7 - 1.8.7
- 1.9.3
- 2.0.0
- ruby-head - ruby-head
env: env:
- PUPPET_GEM_VERSION="~> 2.7"
- PUPPET_GEM_VERSION=">= 3.0.0" - PUPPET_GEM_VERSION=">= 3.0.0"
matrix: matrix:
allow_failures: allow_failures:
- rvm: 2.0.0
- rvm: ruby-head - rvm: ruby-head
exclude: include:
- rvm: 1.9.3 - rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: ruby-head
env: PUPPET_GEM_VERSION="~> 2.7" env: PUPPET_GEM_VERSION="~> 2.7"
notifications: notifications:
email: false email: false

View file

@ -1,4 +1,4 @@
source :rubygems source "https://rubygems.org"
group :development do group :development do
gem 'watchr' gem 'watchr'