summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-08-10 21:40:56 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2015-08-10 21:40:56 -0700
commit0473f8c4e5602a65d29231528a99baee51ec18d7 (patch)
tree668625730472ecaf2530a94bd385895be516b7d3
parentff475742c6aa2911efece26f5caeab2ed736bfb7 (diff)
downloadrabbitmq-c-ci_maxos.tar.gz
Enable OSX for travis-ci.ci_maxos
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9892ade..31196e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,6 @@
language: c
-# OSX isn't actually enabled at this point as we missed the boat. Hopefully
-# they re-open sign-ups for OSS projects sometime soon.
os:
- linux
- osx
@@ -18,15 +16,23 @@ env:
matrix:
include:
- compiler: gcc
+ os: linux
env: CONFIG=autotools
- compiler: gcc
+ os: linux
env: CONFIG=cmake
- compiler: clang
+ os: linux
env: CONFIG=cmake
- compiler: clang
+ os: linux
env: CONFIG=asan
- compiler: clang
+ os: linux
env: CONFIG=tsan
+ - compiler: clang
+ os: osx
+ env: CONFIG=cmake
# Run the Build script
script: