From 763bd4dc21e2e954c7b54499b44f9491955fbc85 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 18 Nov 2017 17:10:32 +1300 Subject: Tabs to spaces for travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8261224..cc7de3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: c compiler: gcc os: - - linux - - osx + - 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