travis: kill memcached
[m6w6/libmemcached] / .travis.yml
index 03cf473f1afa00fd9cce279ab1cec089246be840..20d4e7a62db94d00d28c67f1cbc66803753eb8c8 100644 (file)
@@ -35,6 +35,7 @@ install:
 
 before_script:
  - echo stats settings | nc -q 0 localhost ${PORT:-11211} | column -t
+ - killall memcached
  - mkdir build
 
 script: