Skip to content

Commit a910ca2

Browse files
committed
update travis.sh to support sentinel
1 parent 9e77b58 commit a910ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CFLAGS="-ggdb3 -O0" autoreconf -fvi && ./configure --enable-debug=log && make
2020

2121
ln -s `pwd`/src/nutcracker tests/_binaries/
2222
cp `which redis-server` tests/_binaries/
23-
cp `which redis-sentinel` tests/_binaries/
23+
cp `which redis-server` tests/_binaries/redis-sentinel
2424
cp `which redis-cli` tests/_binaries/
2525
cp `which memcached` tests/_binaries/
2626

0 commit comments

Comments
 (0)