diff options
| author | Boris Pek <tehnick-8@yandex.ru> | 2017-02-02 23:56:35 +0300 |
|---|---|---|
| committer | Boris Pek <tehnick-8@yandex.ru> | 2017-02-02 23:56:35 +0300 |
| commit | cae7093639eb1c0a63f7a9f08cfc7c19d1fb0989 (patch) | |
| tree | d560018aaa73b5a6e9479480be03011550ef84d6 /.travis.yml | |
| parent | 15293eba662b1dbed02ea9dd658e48e3c6d984bd (diff) | |
| download | qxmpp-cae7093639eb1c0a63f7a9f08cfc7c19d1fb0989.tar.gz | |
[travis] test builds using clang
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6663ac19..af01af38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ sudo: required dist: trusty language: cpp cache: apt +compiler: + - gcc + - clang env: - QT_SELECT=qt4 ; CONFIG=minimal - QT_SELECT=qt4 ; CONFIG=minimal-static |
