diff options
| author | Karl Schultz <karl@lunarg.com> | 2016-12-28 16:56:02 -0700 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-12-28 16:56:02 -0700 |
| commit | fde52f9a0b1f05b4d72fafc86f8cf726c215c15e (patch) | |
| tree | 8c64fbf0a7639c38d87307e5f67966d40f1ee7f6 | |
| parent | 8afa3d77d559e2fc745fdf2220254b20169f6941 (diff) | |
| download | usermoji-fde52f9a0b1f05b4d72fafc86f8cf726c215c15e.tar.xz | |
build: Compile with both clang and gcc on Travis
Fixes #1310
Change-Id: I430089a362b70e104ad3274a76b1033b2e94ac2a
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d8b141c9..36d70de5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: c++ +compiler: + - clang + - gcc os: linux dist: trusty before_install: sudo apt-get install git cmake build-essential bison libx11-dev libxcb1-dev libwayland-dev libmirclient-dev |
