Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update with msync
  • Loading branch information
mcanevet committed Jan 23, 2015
1 parent ed0c4f8 commit 306a8bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: ruby
sudo: false
cache: bundler
bundler_args: --without system_tests
script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec fakeroot rake spec SPEC_OPTS='--format documentation'", "bundle exec rake metadata"]
script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake spec SPEC_OPTS='--format documentation'", "bundle exec rake metadata"]
matrix:
fast_finish: true
include:
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -24,6 +24,8 @@
if ENV['FUTURE_PARSER'] == 'yes'
c.parser='future'
end

Puppet.features.stubs(:root?).returns(true)
end

c.after :each do
Expand Down

0 comments on commit 306a8bd

Please sign in to comment.