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, 16 insertions, 0 deletions
diff --git a/debian/vendor-h2o/deps/libyrmcds/.travis.yml b/debian/vendor-h2o/deps/libyrmcds/.travis.yml
new file mode 100644
index 0000000..a1fa4fa
--- /dev/null
+++ b/debian/vendor-h2o/deps/libyrmcds/.travis.yml
@@ -0,0 +1,16 @@
+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