Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
add bundle path env for travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerder committed Jun 24, 2016
1 parent a5269fd commit e4b1aa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
sudo: false
language: ruby
cache: bundler
env: BUNDLE_PATH=.bundle
bundler_args: --without system_tests
before_install: rm Gemfile.lock || true
script: bundle exec rake validate lint spec
Expand Down
1 change: 0 additions & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
$cluster_slave_validity_factor = undef,
$cluster_migration_barrier = undef,
$cluster_require_full_coverage = true,

) {
$redis_user = $::redis::install::redis_user
$redis_group = $::redis::install::redis_group
Expand Down

0 comments on commit e4b1aa4

Please sign in to comment.