diff options
author | David Phillips <david@sighup.nz> | 2017-11-18 17:10:32 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-18 17:10:32 +1300 |
commit | 763bd4dc21e2e954c7b54499b44f9491955fbc85 (patch) | |
tree | a88cd804371f924c4479c310a20cace33c5f6bfb | |
parent | 09e831a5bbb7fa780e2144ac358aeb2af2bb60f1 (diff) | |
download | sand-leek-763bd4dc21e2e954c7b54499b44f9491955fbc85.tar.xz |
Tabs to spaces for travis
-rw-r--r-- | .travis.yml | 4 |
1 files 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' |