aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 82612247226c1bba84d984b89419722190ac72b1 (plain)
1
2
3
4
5
6
7
8
9
language: c
compiler: gcc
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