Commit 3b1c3fb7 by Niels

added clang

parent 48ad4060
......@@ -2,13 +2,13 @@ language: cpp
sudo: false
compiler:
- gcc
env:
- COMPILER=g++-4.8
- COMPILER=g++-4.9
- COMPILER=g++-5
- COMPILER=clang-3.4
- COMPILER=clang-3.5
- COMPILER=clang-3.6
- COMPILER=clang-3.7
addons:
apt:
......@@ -18,6 +18,10 @@ addons:
- g++-4.8
- g++-4.9
- g++-5
- clang-3.4
- clang-3.5
- clang-3.6
- clang-3.7
- valgrind
- python-pip
- python-yaml
......
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