summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2015-02-03 21:46:49 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2015-02-03 21:46:49 +0100
commitef3d3f2bad1b75e8cc283946cce6f3b443c858df (patch)
treec744ae3ed86aead869ec76d04c34c359679e0089 /.travis.yml
parent9989b74188b9a2ddd4c6a01e256433735f021a51 (diff)
parent3b3d4ea8b6691798b0611ad9144ed46f45fd19d1 (diff)
Merge pull request #481 from nschloe/patch-3
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b3cb16316c..6efe06f7d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,8 @@ language: c++
# to run compilation/tests with gcc and clang
compiler:
- gcc
- - clang
+# Clang yields compile errors due to http://llvm.org/bugs/show_bug.cgi?id=13745. Wait for an upgrade of GCC on travis
+# - clang
before_install:
# update virtual machine
- sudo apt-get update -qq