Skip to content

Commit

Permalink
(Maint) Revert including augeas
Browse files Browse the repository at this point in the history
Including augeas in the tests requires that we have libaugeas installed
on any machine that is going to run the tests with the :extra group. Too
many of our internal systems don't have that kind of setup. It will have
to be up to the maintainer of the augeas code (likely Dominic Cleal) to
make sure that the augeas code works until we can get more complete
testing infrastructure in place.

The ruby-augeas gem can be included from a Gemfile.local for anyone who
wants to develop against augeas in the meantime.
  • Loading branch information
zaphod42 committed Dec 18, 2013
1 parent 5171918 commit da5d5a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
bundler_args: --without development
before_install: sudo apt-get update && sudo apt-get install libaugeas-dev libxml2-dev
script: "bundle exec rake spec"
notifications:
email: false
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ platforms :ruby do
gem 'yard', :group => :development
gem 'redcarpet', '~> 2.0', :group => :development
gem "racc", "1.4.9", :group => :development
gem "ruby-augeas", '~> 0.3', :require => false, :group => :extra
end

gem "puppet", :path => File.dirname(__FILE__), :require => false
Expand Down

0 comments on commit da5d5a2

Please sign in to comment.