diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |