From 09e831a5bbb7fa780e2144ac358aeb2af2bb60f1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 18 Nov 2017 17:01:18 +1300 Subject: Add linux back to CI --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e0bf25..8261224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: c compiler: gcc -os: osx +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' -- cgit v1.1