diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-08 21:42:57 -0600 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-08 21:42:57 -0600 |
| commit | d1d952de521d66de81f5c6a12cc00a837eb929a2 (patch) | |
| tree | d9fb7ce2acba7628b2e2e9816e02f9e921822573 | |
| parent | 0b06e554725585b8accb68e70bc95452d5bacc94 (diff) | |
| download | cryptography-d1d952de521d66de81f5c6a12cc00a837eb929a2.tar.gz cryptography-d1d952de521d66de81f5c6a12cc00a837eb929a2.tar.bz2 cryptography-d1d952de521d66de81f5c6a12cc00a837eb929a2.zip | |
add comment about why the travis exclude matrix is so large
| -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 |
