File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ sudo: false
4
4
language : ruby
5
5
cache : bundler
6
6
script : " bundle exec rake validate lint spec"
7
+ # Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
8
+ before_install :
9
+ - gem update bundler
7
10
matrix :
8
11
fast_finish : true
9
12
include :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ group :development, :unit_tests do
23
23
gem 'puppetlabs_spec_helper' , '>= 1.2.1'
24
24
gem 'rspec-puppet' , '>= 2.3.2'
25
25
gem 'rspec-puppet-facts'
26
+ gem 'mocha' , '< 1.2.0'
26
27
gem 'simplecov'
27
28
gem 'parallel_tests' , '< 2.10.0' if RUBY_VERSION < '2.0.0'
28
29
gem 'parallel_tests' if RUBY_VERSION >= '2.0.0'
35
36
group :system_tests do
36
37
gem 'beaker' , *location_from_env ( 'BEAKER_VERSION' , [ ] ) if RUBY_VERSION >= '2.3.0'
37
38
gem 'beaker' , *location_from_env ( 'BEAKER_VERSION' , [ '< 3' ] ) if RUBY_VERSION < '2.3.0'
39
+ gem 'beaker-pe' if RUBY_VERSION >= '2.3.0'
38
40
gem 'beaker-rspec' , *location_from_env ( 'BEAKER_RSPEC_VERSION' , [ '>= 3.4' ] )
39
41
gem 'serverspec'
40
42
gem 'beaker-puppet_install_helper'
You can’t perform that action at this time.
0 commit comments