Skip to content

Commit e4b1aa4

Browse files
committed
add bundle path env for travis ci
1 parent a5269fd commit e4b1aa4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
sudo: false
33
language: ruby
44
cache: bundler
5+
env: BUNDLE_PATH=.bundle
56
bundler_args: --without system_tests
67
before_install: rm Gemfile.lock || true
78
script: bundle exec rake validate lint spec

manifests/server.pp

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@
150150
$cluster_slave_validity_factor = undef,
151151
$cluster_migration_barrier = undef,
152152
$cluster_require_full_coverage = true,
153-
154153
) {
155154
$redis_user = $::redis::install::redis_user
156155
$redis_group = $::redis::install::redis_group

0 commit comments

Comments
 (0)