Skip to content
Snippets Groups Projects
Commit 6ff86c2a authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

travis: see if compiler works in build matrix

parent 06021c34
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,13 @@ dist: trusty
matrix:
include:
- os: linux
env: CC=gcc
compiler: gcc
- os: linux
env: CC=clang
compiler: clang
- os: osx
env: CC=gcc
compiler: gcc
- os: osx
env: CC=clang
compiler: clang
cache:
apt: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment