aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b55e59ad6..c623d0c546 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ language: c
# The value set here is visible via $CC environment variable.
compiler:
- gcc
- - clang
+# - clang
# Dependencies. Some header files are missing in a Travis' worker VM, so we
# have to install them. The "1.9.1" here is OK. It is the most adopted