aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-11-04 13:48:54 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-11-04 13:48:54 +0530
commit8213ef5511a52cfbe333090464b66d6dc61d1ef4 (patch)
treeb8412ae96b6d4cfa925cb2b2d85d2dd5783262ae /.travis.yml
parent314eb5110e14a71939f1535f4271461d9c439b50 (diff)
downloadmeson-8213ef5511a52cfbe333090464b66d6dc61d1ef4.zip
meson-8213ef5511a52cfbe333090464b66d6dc61d1ef4.tar.gz
meson-8213ef5511a52cfbe333090464b66d6dc61d1ef4.tar.bz2
travis.yml: Run tests against both gcc and clang
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cf3a5a6..857c5c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,10 @@ os:
- linux
- osx
+compiler:
+ - gcc
+ - clang
+
language:
- cpp