Skip to content

Commit

Permalink
Making CI use Facter 2.4.6 until FacterDB release fix of voxpupuli/fa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Merot committed Jul 27, 2017
1 parent 7a3b3ed commit 7905729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ matrix:
fast_finish: true
include:
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.9" STRICT_VARIABLES="yes" FACTER_GEM_VERSION="~> 2.5.0"
env: PUPPET_GEM_VERSION="~> 4.9" STRICT_VARIABLES="yes" FACTER_GEM_VERSION="2.4.6"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'puppet-lint', '>= 1.0.0'
gem 'facter', ENV['FACTER_GEM_VERSION']
gem 'hiera'
gem 'rspec-puppet'
gem 'rspec-puppet-facts', '1.7', :require => false
gem 'rspec-puppet-facts', :require => false

# rspec must be v2 for ruby 1.8.7
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'
Expand Down

0 comments on commit 7905729

Please sign in to comment.