travis: no memcached-tool
authorMichael Wallner <mike@php.net>
Thu, 6 Feb 2020 14:35:17 +0000 (15:35 +0100)
committerMichael Wallner <mike@php.net>
Thu, 6 Feb 2020 14:35:17 +0000 (15:35 +0100)
.travis.yml

index 5f62475434ab5c325bc2f8b45b5b235c3994defe..f24bf6050670e9940dd56b191b62bbd7dc4e4b1c 100644 (file)
@@ -23,7 +23,7 @@ env:
 #install:
 
 before_script:
- - memcached-tool localhost:11211 settings
+ - echo stats settings | nc -q 0 localhost 11211 | column -t
  - mkdir build
 
 script: