diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e964878..48734cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ dist: ubuntu-precise language: cpp -compiler: clang matrix: include: addons: @@ -10,5 +9,6 @@ matrix: - libclang-3.9-dev - libllvm3.9 - libstdc++-6-dev - env: COMPILER=clang++3.7 + env: COMPILER=clang++3.9 + compiler: clang script: make CXX=$COMPILER
\ No newline at end of file |