Browse Source

disable clang travis build (see #465)

Julius Pfrommer 9 years ago
parent
commit
9c51c9ae29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: c
 compiler:
 - gcc
-- clang
+#- clang
 os:
 - linux
 - osx