summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-03 17:22:19 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-09-03 17:22:19 +0200
commitf250e8d4a8a3fc9aa52e7a9ada8de8634a959426 (patch)
tree5c433ad815ec33f2e0cecf2b23e14cd62ba12112 /.travis.yml
parent53cee8dc533ea715bdd10df081b55229c6f58893 (diff)
build: travis: Disable clang for now
clang doesn't understand all our (GCC-spcific) compiler flags. We need to work around it by filtering them out properly in case clang is used. For now, just disable clang on travis, until I figured this out locally. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 45713bb..da26cef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: c
compiler:
- gcc
- - clang
before_install:
- sudo apt-get update -qq