diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-09-03 17:22:19 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-09-03 17:22:19 +0200 |
commit | f250e8d4a8a3fc9aa52e7a9ada8de8634a959426 (patch) | |
tree | 5c433ad815ec33f2e0cecf2b23e14cd62ba12112 | |
parent | 53cee8dc533ea715bdd10df081b55229c6f58893 (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>
-rw-r--r-- | .travis.yml | 1 |
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 |