diff options
author | David Phillips <david@sighup.nz> | 2017-11-18 17:01:18 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-18 17:01:18 +1300 |
commit | 09e831a5bbb7fa780e2144ac358aeb2af2bb60f1 (patch) | |
tree | 5969f0f0d317c5108581b2dafd34a4a933cbe2b2 /.travis.yml | |
parent | 324798e275fe3aacff206f8248feca3634afb04a (diff) | |
download | sand-leek-09e831a5bbb7fa780e2144ac358aeb2af2bb60f1.tar.xz |
Add linux back to CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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' |