summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/libyrmcds/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/server/h2o/libh2o/deps/libyrmcds/.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/deps/libyrmcds/.travis.yml b/web/server/h2o/libh2o/deps/libyrmcds/.travis.yml
new file mode 100644
index 00000000..a1fa4fac
--- /dev/null
+++ b/web/server/h2o/libh2o/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