This commit is contained in:
Niels 2015-07-24 22:50:22 +02:00
parent 0608e2d3e0
commit 77e6af0593

View file

@ -3,15 +3,26 @@ language: cpp
sudo: false sudo: false
compiler: compiler:
- clang
- gcc - gcc
env: env:
- COMPILER=g++-4.9 - COMPILER=g++-4.9
- COMPILER=g++-5 - COMPILER=g++-5
- COMPILER=g++-mingw-w64-i686
- COMPILER=clang-3.6 - COMPILER=clang-3.6
- COMPILER=clang-3.7 - COMPILER=clang-3.7
matrix:
exclude:
- compiler: clang
env: COMPILER=g++-4.9
- compiler: clang
env: COMPILER=g++-5
- compiler: gcc
env: COMPILER=clang-3.6
- compiler: gcc
env: COMPILER=clang-3.7
addons: addons:
apt: apt:
sources: sources:
@ -22,7 +33,6 @@ addons:
packages: packages:
- g++-4.9 - g++-4.9
- g++-5 - g++-5
- g++-mingw-w64-i686
- clang-3.6 - clang-3.6
- clang-3.7 - clang-3.7
- valgrind - valgrind