diff options
author | DDuarte <dnpd.dd@gmail.com> | 2014-07-20 17:52:17 +0100 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2014-07-20 17:52:17 +0100 |
commit | 6583d29b058dc47c12b6aa29e1acc7a1676fb85e (patch) | |
tree | eed76e362ef3d84aa67692a9244264bdb91d9df7 /.travis.yml | |
parent | eafd9030fd854192bbb7e8deca1ad563eb1a64e2 (diff) |
Misc/Travis: Use clang instead of gcc
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 364805e298c..68ea9badb32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp compiler: - - gcc + - clang before_install: - echo "yes" | sudo add-apt-repository ppa:kalakris/cmake |