File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
.DS_Store
3
3
metadata.json
4
4
coverage /
5
- vendor /
6
- .bundle /
7
5
Gemfile.lock
6
+ .bundle /
7
+ vendor /bundle /
Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
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'"
4
4
rvm :
5
- - 1.9.3
6
5
- 1.8.7
6
+ - 1.9.3
7
+ - 2.0.0
7
8
- ruby-head
8
9
env :
9
- - PUPPET_GEM_VERSION="~> 2.7"
10
10
- PUPPET_GEM_VERSION=">= 3.0.0"
11
11
matrix :
12
12
allow_failures :
13
+ - rvm : 2.0.0
13
14
- 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
18
17
env : PUPPET_GEM_VERSION="~> 2.7"
19
18
notifications :
20
19
email : false
Original file line number Diff line number Diff line change 1
- source : rubygems
1
+ source "https:// rubygems.org"
2
2
3
3
group :development do
4
4
gem 'watchr'
You can’t perform that action at this time.
0 commit comments