summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-01-10 09:49:25 +0100
committerDidier Raboud <odyx@debian.org>2013-01-10 10:13:41 +0100
commitd221233436063d83f920731c83582ca115c93b6d (patch)
tree6a2e3754dbd90c2be00cfeb821c19501e20c90ff /.travis.yml
parent4444fde9d7dc8a4b060e97bac7235aba37de02dd (diff)
downloadcolobot-d221233436063d83f920731c83582ca115c93b6d.tar.gz
colobot-d221233436063d83f920731c83582ca115c93b6d.tar.bz2
colobot-d221233436063d83f920731c83582ca115c93b6d.zip
Enable clang build in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9690ccf..772f403 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: cpp
compiler:
- gcc
+ - clang
script: cmake . -DCMAKE_VERBOSE_MAKEFILE=ON && make all doc test
before_install:
- git submodule update --init --recursive