diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-10 00:09:02 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-10 00:09:02 +0800 |
commit | 6a713ad834b84ae48fa29543af9735a468769e1f (patch) | |
tree | 282314cc45b85672770e972836cd2b564a4aa9e3 /.travis.yml | |
parent | c81e530d3c7d6f21552582de66ec0002f36c9028 (diff) |
exclude clang rather than osx for unbundled libtom
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7852711..1dd9185 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,11 @@ env: - 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: |