File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 3
3
sudo : false
4
4
language : ruby
5
5
cache : bundler
6
- script : " bundle exec rake validate lint spec "
6
+ script : " bundle exec rake release_checks "
7
7
# Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
8
8
before_install :
9
9
- gem update bundler
@@ -25,17 +25,8 @@ matrix:
25
25
- rvm : 2.3.1
26
26
bundler_args : --without system_tests
27
27
env : PUPPET_GEM_VERSION="~> 4.0"
28
- - rvm : 2.1.9
28
+ - rvm : 2.1.7
29
29
bundler_args : --without system_tests
30
30
env : PUPPET_GEM_VERSION="~> 4.0"
31
- - rvm : 2.1.5
32
- bundler_args : --without system_tests
33
- env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
34
- - rvm : 2.1.5
35
- bundler_args : --without system_tests
36
- env : PUPPET_GEM_VERSION="~> 3.0"
37
- - rvm : 1.9.3
38
- bundler_args : --without system_tests
39
- env : PUPPET_GEM_VERSION="~> 3.0"
40
31
notifications :
41
32
email : false
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ group :system_tests do
59
59
gem 'beaker-rspec' , *location_for ( ENV [ 'BEAKER_RSPEC_VERSION' ] || '>= 3.4' ) if ! supports_windows
60
60
gem 'beaker-rspec' , *location_for ( ENV [ 'BEAKER_RSPEC_VERSION' ] || '~> 5.1' ) if supports_windows
61
61
gem 'beaker-puppet_install_helper' , :require => false
62
+ gem 'beaker-module_install_helper' , :require => false
62
63
gem 'master_manipulator' , :require => false
63
64
gem 'beaker-hostgenerator' , *location_for ( ENV [ 'BEAKER_HOSTGENERATOR_VERSION' ] )
64
65
gem 'beaker-abs' , *location_for ( ENV [ 'BEAKER_ABS_VERSION' ] || '~> 0.1' )
You can’t perform that action at this time.
0 commit comments