Skip to content

Commit da5d5a2

Browse files
committed
(Maint) Revert including augeas
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.
1 parent 5171918 commit da5d5a2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: ruby
22
bundler_args: --without development
3-
before_install: sudo apt-get update && sudo apt-get install libaugeas-dev libxml2-dev
43
script: "bundle exec rake spec"
54
notifications:
65
email: false

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ platforms :ruby do
1616
gem 'yard', :group => :development
1717
gem 'redcarpet', '~> 2.0', :group => :development
1818
gem "racc", "1.4.9", :group => :development
19-
gem "ruby-augeas", '~> 0.3', :require => false, :group => :extra
2019
end
2120

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

0 commit comments

Comments
 (0)