We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e77b58 commit a910ca2Copy full SHA for a910ca2
travis.sh
@@ -20,7 +20,7 @@ CFLAGS="-ggdb3 -O0" autoreconf -fvi && ./configure --enable-debug=log && make
20
21
ln -s `pwd`/src/nutcracker tests/_binaries/
22
cp `which redis-server` tests/_binaries/
23
-cp `which redis-sentinel` tests/_binaries/
+cp `which redis-server` tests/_binaries/redis-sentinel
24
cp `which redis-cli` tests/_binaries/
25
cp `which memcached` tests/_binaries/
26
0 commit comments