aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 489bbac8d3bce24b01c0418a2fe57327ff5ac060 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c
compiler:
    - gcc
    - clang
os:
    - linux
    - osx

script:
    - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"; fi'
    - make all test