projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d347d50
)
travis: kill memcached
author
Michael Wallner
<mike@php.net>
Tue, 15 Sep 2020 17:38:01 +0000
(19:38 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 15 Sep 2020 17:38:01 +0000
(19:38 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 20d4e7a62db94d00d28c67f1cbc66803753eb8c8..1131323d5e7a9715560e34f83d0e57d800b9a564 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-35,7
+35,8
@@
install:
before_script:
- echo stats settings | nc -q 0 localhost ${PORT:-11211} | column -t
- - killall memcached
+ - sudo systemctl stop memcached
+ - killall memcached || true
- mkdir build
script: