aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-18 17:01:18 +1300
committerDavid Phillips <david@sighup.nz>2017-11-18 17:01:18 +1300
commit09e831a5bbb7fa780e2144ac358aeb2af2bb60f1 (patch)
tree5969f0f0d317c5108581b2dafd34a4a933cbe2b2
parent324798e275fe3aacff206f8248feca3634afb04a (diff)
downloadsand-leek-09e831a5bbb7fa780e2144ac358aeb2af2bb60f1.tar.xz
Add linux back to CI
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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'