aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-18 17:10:32 +1300
committerDavid Phillips <david@sighup.nz>2017-11-18 17:10:32 +1300
commit763bd4dc21e2e954c7b54499b44f9491955fbc85 (patch)
treea88cd804371f924c4479c310a20cace33c5f6bfb
parent09e831a5bbb7fa780e2144ac358aeb2af2bb60f1 (diff)
downloadsand-leek-763bd4dc21e2e954c7b54499b44f9491955fbc85.tar.xz
Tabs to spaces for travis
-rw-r--r--.travis.yml4
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'