Skip to content

Commit

Permalink
Merge pull request #9 from puppet-community/rubocop-only-4
Browse files Browse the repository at this point in the history
Rubocop only 4
  • Loading branch information
blkperl committed Oct 4, 2015
2 parents 6df8b9b + 13a3c87 commit 5595645
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions moduleroot/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@ cache: bundler
bundler_args: --without system_tests
before_install: rm Gemfile.lock || true
script:
- 'bundle exec rake test'
- 'bundle exec rake $CHECK'
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes"
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 2.1.6
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes"
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 2.1.6
env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes"
env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 2.2.3
env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes"
env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 2.2.3
env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes" CHECK=rubocop
deploy:
provider: puppetforge
user: puppet
Expand Down
1 change: 1 addition & 0 deletions moduleroot/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ group :test do
gem 'rspec-puppet-facts'
gem 'rspec'
gem 'puppet-blacksmith'
gem 'rubocop'
end

group :development do
Expand Down
1 change: 0 additions & 1 deletion moduleroot/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ task test: [
:metadata_lint,
:lint,
:syntax,
:rubocop,
:spec,
]

Expand Down

0 comments on commit 5595645

Please sign in to comment.