travis: see if compiler works in build matrix

This commit is contained in:
Alam Ed Arias 2016-05-27 18:44:48 -04:00
parent 06021c3427
commit 6ff86c2a64
1 changed files with 4 additions and 4 deletions

View File

@ -5,13 +5,13 @@ dist: trusty
matrix: matrix:
include: include:
- os: linux - os: linux
env: CC=gcc compiler: gcc
- os: linux - os: linux
env: CC=clang compiler: clang
- os: osx - os: osx
env: CC=gcc compiler: gcc
- os: osx - os: osx
env: CC=clang compiler: clang
cache: cache:
apt: true apt: true