Skip to content

Commit

Permalink
lock version of puppet-rspec to 1.0.1 as version 2 has issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrakowitzer committed Feb 8, 2015
1 parent cb1a956 commit ae796cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
language: ruby
rvm:
- 1.9.3
script: "rake spec"
env:
- PUPPET_VERSION=3.4.2
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
notifications:
email:
- merritt@krakowitzer.com
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rspecversion = ENV.key?('RSPEC_VERSION') ? "= #{ENV['RSPEC_VERSION']}" : ['>= 2.
gem 'rake'
gem 'puppet-lint'
gem 'rspec', rspecversion
gem 'rspec-puppet'
gem 'rspec-puppet', "1.0.1"
gem 'puppetlabs_spec_helper'
gem 'puppet', puppetversion
gem 'puppet-blacksmith'
Expand Down

0 comments on commit ae796cb

Please sign in to comment.