diff options
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index ffbfe40..86a9fa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,11 @@ dist: ubuntu-precise language: cpp -matrix: - include: - compiler: clang - addons: - apt: - packages: - - clang-3.9 - - libclang-3.9-dev - - libllvm3.9 - - libstdc++-6-dev +compiler: clang +addons: + apt: + packages: + - clang-3.9 + - libclang-3.9-dev + - libllvm3.9 + - libstdc++-6-dev script: make CXX=clang++3.9
\ No newline at end of file |