File tree Expand file tree Collapse file tree 6 files changed +22
-37
lines changed Expand file tree Collapse file tree 6 files changed +22
-37
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ .travis.yml :
3
+ extras :
4
+ - rvm : 1.8.7
5
+ env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
6
+ - rvm : 1.8.7
7
+ env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
2
8
Gemfile :
3
9
optional :
4
10
' :development, :unit_tests ' :
Original file line number Diff line number Diff line change 1
1
---
2
+ sudo : false
2
3
language : ruby
3
4
bundler_args : --without system_tests
4
5
script : " bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
5
6
matrix :
6
7
fast_finish : true
7
8
include :
9
+ - rvm : 1.9.3
10
+ env : PUPPET_GEM_VERSION="~> 3.4.0"
8
11
- rvm : 1.8.7
9
- env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
10
- - rvm : 1.8.7
11
- env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
12
+ env : PUPPET_GEM_VERSION="~> 3.0"
12
13
- rvm : 1.9.3
13
14
env : PUPPET_GEM_VERSION="~> 3.0"
14
- - rvm : 2.0.0
15
+ - rvm : 1.9.3
16
+ env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
17
+ - rvm : 2.1.5
15
18
env : PUPPET_GEM_VERSION="~> 3.0"
19
+ - rvm : 2.1.5
20
+ env : PUPPET_GEM_VERSION="~> 3.4.0"
21
+ - rvm : 2.1.5
22
+ env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
23
+ - rvm : 1.8.7
24
+ env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
25
+ - rvm : 1.8.7
26
+ env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
16
27
notifications :
17
28
email : false
Original file line number Diff line number Diff line change 1
1
source ENV [ 'GEM_SOURCE' ] || "https://rubygems.org"
2
2
3
3
group :development , :unit_tests do
4
- gem 'rake' , :require => false
5
4
gem 'rspec-core' , '3.1.7' , :require => false
6
- gem 'rspec-puppet' , '~> 1.0' , :require => false
7
5
gem 'puppetlabs_spec_helper' , :require => false
8
- gem 'puppet-lint' , :require => false
9
6
gem 'simplecov' , :require => false
10
7
gem 'puppet_facts' , :require => false
11
8
gem 'json' , :require => false
Original file line number Diff line number Diff line change 1
1
require 'puppetlabs_spec_helper/rake_tasks'
2
2
require 'puppet-lint/tasks/puppet-lint'
3
3
4
- PuppetLint . configuration . fail_on_warnings
4
+ PuppetLint . configuration . fail_on_warnings = true
5
5
PuppetLint . configuration . send ( 'relative' )
6
6
PuppetLint . configuration . send ( 'disable_80chars' )
7
7
PuppetLint . configuration . send ( 'disable_class_inherits_from_params_class' )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments