Skip to content

Commit 6d2fc84

Browse files
committed
Use ip instead of localhost
1 parent 8f4a68d commit 6d2fc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ case $ACTION in
158158

159159
# Make sure that memcached is running
160160
sudo service memcached restart
161-
nc -vv -z localhost 11211
161+
nc -vv -z 127.0.0.1 11211
162162

163163
# Run tests
164164
set +e

0 commit comments

Comments
 (0)