Skip to content

Commit 9a06f11

Browse files
author
Jeff McCune
committed
Merge branch '4.x'
* 4.x: (maint) Add Ruby 2.0.0 to Travis build matrix Conflicts: .gitignore .travis.yml Gemfile
2 parents 5b81c26 + e0a2dc5 commit 9a06f11

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pkg/
22
.DS_Store
33
metadata.json
44
coverage/
5-
vendor/
6-
.bundle/
75
Gemfile.lock
6+
.bundle/
7+
vendor/bundle/

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
language: ruby
22
bundler_args: --without development
3-
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
3+
script: "bundle exec rake spec SPEC_OPTS='--color --format documentation'"
44
rvm:
5-
- 1.9.3
65
- 1.8.7
6+
- 1.9.3
7+
- 2.0.0
78
- ruby-head
89
env:
9-
- PUPPET_GEM_VERSION="~> 2.7"
1010
- PUPPET_GEM_VERSION=">= 3.0.0"
1111
matrix:
1212
allow_failures:
13+
- rvm: 2.0.0
1314
- rvm: ruby-head
14-
exclude:
15-
- rvm: 1.9.3
16-
env: PUPPET_GEM_VERSION="~> 2.7"
17-
- rvm: ruby-head
15+
include:
16+
- rvm: 1.8.7
1817
env: PUPPET_GEM_VERSION="~> 2.7"
1918
notifications:
2019
email: false

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source :rubygems
1+
source "https://rubygems.org"
22

33
group :development do
44
gem 'watchr'

0 commit comments

Comments
 (0)