Trying a different compiler in Travis CI.

This commit is contained in:
Mike Lischke 2016-10-04 11:02:40 +02:00
parent e8f00f8074
commit 6c225337ae
1 changed files with 4 additions and 2 deletions

View File

@ -21,8 +21,10 @@ before_install:
- python3 --version
env:
- CXX=gcc-5
- CC=gcc=5
- CXX=g++-5
compiler:
- clang
addons:
apt: