File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33sudo : false
44language : ruby
55cache : bundler
6- script : " bundle exec rake validate lint spec "
6+ script : " bundle exec rake release_checks "
77# Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
88before_install :
99 - gem update bundler
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ group :system_tests do
5959 gem 'beaker-rspec' , *location_for ( ENV [ 'BEAKER_RSPEC_VERSION' ] || '>= 3.4' ) if ! supports_windows
6060 gem 'beaker-rspec' , *location_for ( ENV [ 'BEAKER_RSPEC_VERSION' ] || '~> 5.1' ) if supports_windows
6161 gem 'beaker-puppet_install_helper' , :require => false
62+ gem 'beaker-module_install_helper' , :require => false
6263 gem 'master_manipulator' , :require => false
6364 gem 'beaker-hostgenerator' , *location_for ( ENV [ 'BEAKER_HOSTGENERATOR_VERSION' ] )
6465 gem 'beaker-abs' , *location_for ( ENV [ 'BEAKER_ABS_VERSION' ] || '~> 0.1' )
You can’t perform that action at this time.
0 commit comments