From d1d952de521d66de81f5c6a12cc00a837eb929a2 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 8 Jan 2014 21:42:57 -0600 Subject: add comment about why the travis exclude matrix is so large --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c7846194..92ee221b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,10 @@ notifications: use_notice: true skip_join: true +# When building an exclude matrix on Travis you must supply +# the exact variable combinations you want to exclude from +# your build matrix. There is no (current) way to make this +# less verbose. matrix: exclude: - os: osx -- cgit v1.2.3