diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-02 07:37:46 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-02 07:37:46 -0700 |
commit | 9416b2d31bcb653e36fe74841fcc44a806f2038c (patch) | |
tree | edfddb36390e3f67462626a968f9b4520b22484f | |
parent | 865db9d21a91cb02a5f77e1b24b5dc5a90424903 (diff) | |
download | cryptography-9416b2d31bcb653e36fe74841fcc44a806f2038c.tar.gz cryptography-9416b2d31bcb653e36fe74841fcc44a806f2038c.tar.bz2 cryptography-9416b2d31bcb653e36fe74841fcc44a806f2038c.zip |
Removed out of date comment
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b6fd6bd1..f4c40470 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,9 +39,6 @@ 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 |