Skip to content

Commit

Permalink
Fix deps for older Ruby/Puppet versions, remove email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
domcleal committed Aug 26, 2016
1 parent 71665e0 commit 341320c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rvm:
- 2.0.0
notifications:
email:
- dcleal@redhat.com
- raphael.pinson@camptocamp.com
env:
# base env
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ group :development, :unit_tests do
gem 'rake', ' < 11.0', :require => false if RUBY_VERSION =~ /^1\.8/
gem 'rspec', '< 3.2', :require => false if RUBY_VERSION =~ /^1\.8/
gem 'json', '< 2.0', :require => false if RUBY_VERSION =~ /^1\.[89]/
gem 'json_pure', '< 2.0', :require => false if RUBY_VERSION =~ /^1\.[89]/
gem 'rspec-puppet', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'puppetlabs_spec_helper', '< 1.2.0', :require => false
gem 'metadata-json-lint', :require => false
gem 'puppet-lint', :require => false
gem 'puppet-lint-unquoted_string-check', :require => false
Expand Down

0 comments on commit 341320c

Please sign in to comment.