Commit 77e6af05 authored by Niels's avatar Niels

cleanup

parent 0608e2d3
......@@ -3,15 +3,26 @@ language: cpp
sudo: false
compiler:
- clang
- gcc
env:
- COMPILER=g++-4.9
- COMPILER=g++-5
- COMPILER=g++-mingw-w64-i686
- COMPILER=clang-3.6
- 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:
apt:
sources:
......@@ -22,7 +33,6 @@ addons:
packages:
- g++-4.9
- g++-5
- g++-mingw-w64-i686
- clang-3.6
- clang-3.7
- 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