diff options
author | David Phillips <david@sighup.nz> | 2017-11-18 15:16:14 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-18 15:16:14 +1300 |
commit | b2f512950b12663bce8e9e21b3b3a644cbba0f26 (patch) | |
tree | 76ad9997732cbd3c22a9d06bc904b974d12a9a13 | |
parent | e60f21cc17a4ce5ecc3748e9374955ab908afd07 (diff) | |
download | sand-leek-b2f512950b12663bce8e9e21b3b3a644cbba0f26.tar.xz |
Set build environment to OSX to check
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0504a5e..22f3a07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: c compiler: gcc +os: osx script: - make all test |