From e2c382075e8bef39c9404715a88478e12807ac78 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 14 Sep 2014 16:56:02 -0700 Subject: [Travis] Stop building with both Clang and GCC for now, see comment. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a1b4269..e868493b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ language: cpp compiler: - - clang + # FIXME: For now, building with Clang is disabled because the STP built with + # it hits an assertion failure during some tests. We should sort this out + # eventually and file the bug against STP or Clang whichever is appropriate, + # but for now it is easier to just reduce the number of configs we test + # anyway. + # - clang + - gcc env: ########################################################################### -- cgit 1.4.1