# HG changeset patch # User Matt Johnston # Date 1518192542 -28800 # Node ID 515f37a55cd24653d2927510ed6c7e9eb57a14c4 # Parent 38c6bcbf4f4a0c026ce7a05e6f4c6f9d69a7767d exclude clang rather than osx for unbundled libtom diff -r 38c6bcbf4f4a -r 515f37a55cd2 .travis.yml --- a/.travis.yml Fri Feb 09 23:58:13 2018 +0800 +++ b/.travis.yml Sat Feb 10 00:09:02 2018 +0800 @@ -11,10 +11,11 @@ - MULTI=1 - NOWRITEV=1 -# TODO: remove this section when libtomcrypt compiles on OSX: https://github.com/libtom/libtomcrypt/issues/82 matrix: exclude: - - os: osx + # TODO: remove this when libtomcrypt has been updated by ubuntu/homebrew. + # https://github.com/libtom/libtomcrypt/issues/82 + - compiler: clang env: BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror compiler: