summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/deps/libyrmcds/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'debian/vendor-h2o/deps/libyrmcds/.travis.yml')
-rw-r--r--debian/vendor-h2o/deps/libyrmcds/.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/vendor-h2o/deps/libyrmcds/.travis.yml b/debian/vendor-h2o/deps/libyrmcds/.travis.yml
deleted file mode 100644
index a1fa4fa..0000000
--- a/debian/vendor-h2o/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