travis: kill memcached
authorMichael Wallner <mike@php.net>
Tue, 15 Sep 2020 17:23:30 +0000 (19:23 +0200)
committerMichael Wallner <mike@php.net>
Tue, 15 Sep 2020 17:23:30 +0000 (19:23 +0200)
.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: