diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-05-02 10:50:11 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-05-02 10:50:11 -0500 |
commit | 421e30d557c0b215d9a5a815af64326ccba4bfda (patch) | |
tree | ca28041b4f64f8d71748ff05bb7c3a99c4331742 | |
parent | 9a44485c740e0a15abad363c7d4af9903e050fb5 (diff) | |
parent | 9416b2d31bcb653e36fe74841fcc44a806f2038c (diff) | |
download | cryptography-421e30d557c0b215d9a5a815af64326ccba4bfda.tar.gz cryptography-421e30d557c0b215d9a5a815af64326ccba4bfda.tar.bz2 cryptography-421e30d557c0b215d9a5a815af64326ccba4bfda.zip |
Merge pull request #999 from alex/remove-out-of-date-comment
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 |