Skip to content

Commit

Permalink
Modulesync: remove Puppet 3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jan 5, 2017
1 parent 6dbacd7 commit 66d4612
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Expand Up @@ -13,14 +13,10 @@ script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.7
env: PUPPET_GEM_VERSION="~> 4.5.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 4"
notifications:
email: false
deploy:
Expand All @@ -33,4 +29,4 @@ deploy:
# all_branches is required to use tags
all_branches: true
# Only publish if our main Ruby target builds
rvm: 2.1.7
rvm: 2.1.9
11 changes: 5 additions & 6 deletions Gemfile
Expand Up @@ -10,7 +10,6 @@ group :development, :unit_tests do
gem 'puppet-lint-unquoted_string-check', :require => false
gem 'puppet-lint-empty_string-check', :require => false
gem 'puppet-lint-spaceship_operator_without_tag-check', :require => false
gem 'puppet-lint-variable_contains_upcase', :require => false
gem 'puppet-lint-absolute_classname-check', :require => false
gem 'puppet-lint-undef_in_function-check', :require => false
gem 'puppet-lint-leading_zero-check', :require => false
Expand All @@ -26,11 +25,11 @@ group :development, :unit_tests do
end

group :system_tests do
gem 'beaker', :require => false
gem 'beaker-rspec', :require => false
gem 'beaker_spec_helper', :require => false
gem 'serverspec', :require => false
gem 'specinfra', :require => false
gem 'beaker', :require => false
gem 'beaker-rspec', '> 5', :require => false
gem 'beaker_spec_helper', :require => false
gem 'serverspec', :require => false
gem 'specinfra', :require => false
end

if facterversion = ENV['FACTER_GEM_VERSION']
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/centos-7.yml
Expand Up @@ -9,7 +9,7 @@ HOSTS:
docker_preserve_image: true
docker_cmd: '["/usr/sbin/init"]'
docker_image_commands:
- 'yum install -y crontabs tar wget'
- 'yum install -y crontabs tar wget iproute'
CONFIG:
type: aio
log_level: debug

0 comments on commit 66d4612

Please sign in to comment.