summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/libyrmcds/.travis.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:07:37 +0000
commitb485aab7e71c1625cfc27e0f92c9509f42378458 (patch)
treeae9abe108601079d1679194de237c9a435ae5b55 /web/server/h2o/libh2o/deps/libyrmcds/.travis.yml
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-b485aab7e71c1625cfc27e0f92c9509f42378458.tar.xz
netdata-b485aab7e71c1625cfc27e0f92c9509f42378458.zip
Adding upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/server/h2o/libh2o/deps/libyrmcds/.travis.yml')
-rw-r--r--web/server/h2o/libh2o/deps/libyrmcds/.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/web/server/h2o/libh2o/deps/libyrmcds/.travis.yml b/web/server/h2o/libh2o/deps/libyrmcds/.travis.yml
deleted file mode 100644
index a1fa4fac6..000000000
--- a/web/server/h2o/libh2o/deps/libyrmcds/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-language: c
-os:
- - linux
- - osx
-compiler:
- - gcc
- - clang
-services:
- - memcached
-before_install:
- - if [ "$TRAVIS_OS_NAME" = osx ]; then brew update; fi
- - if [ "$TRAVIS_OS_NAME" = osx ]; then brew install memcached; fi
- - if [ "$TRAVIS_OS_NAME" = osx ]; then /usr/local/opt/memcached/bin/memcached -d; fi
-script:
- - make
- - env YRMCDS_HOST=localhost make test