summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/libyrmcds/.travis.yml
blob: a1fa4fac607905a1a4d4c1131f1b50bfe7007f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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