Commit 77e6af05 by Niels

cleanup

parent 0608e2d3
...@@ -3,15 +3,26 @@ language: cpp ...@@ -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: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment