changeset 1481:515f37a55cd2

exclude clang rather than osx for unbundled libtom
author Matt Johnston <matt@ucc.asn.au>
date Sat, 10 Feb 2018 00:09:02 +0800
parents 38c6bcbf4f4a
children 6e09cb3d1230
files .travis.yml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: