removed Clang 3.7

This commit is contained in:
Niels 2015-07-26 10:46:15 +02:00
parent faac3c47c5
commit eb782770de

View file

@ -9,7 +9,6 @@ env:
- COMPILER=g++-4.9 - COMPILER=g++-4.9
- COMPILER=g++-5 - COMPILER=g++-5
- COMPILER=clang-3.6 - COMPILER=clang-3.6
- COMPILER=clang-3.7
addons: addons:
apt: apt:
@ -22,7 +21,6 @@ addons:
- g++-4.9 - g++-4.9
- g++-5 - g++-5
- clang-3.6 - clang-3.6
- clang-3.7
- valgrind - valgrind
- python-pip - python-pip
- python-yaml - python-yaml