Skip to content

Commit fc7f4af

Browse files
committed
(MODULES-4097) Sync travis.yml
1 parent b65dd1f commit fc7f4af

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
sudo: false
44
language: ruby
55
cache: 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
88
before_install:
99
- gem update bundler
@@ -25,17 +25,8 @@ matrix:
2525
- rvm: 2.3.1
2626
bundler_args: --without system_tests
2727
env: PUPPET_GEM_VERSION="~> 4.0"
28-
- rvm: 2.1.9
28+
- rvm: 2.1.7
2929
bundler_args: --without system_tests
3030
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"
4031
notifications:
4132
email: false

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)