Browse Source

Travis: Try to set clang version explicitly

bel2125 7 years ago
parent
commit
d132047971
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -41,10 +41,11 @@ addons:
       - openssl
       - libssl-dev
 #      - gcc-5
-#      - clang-3.8
+      - clang-3.8
     sources:
       - kubuntu-backports
-#     - ubuntu-toolchain-r-test
+      - llvm-toolchain-precise-3.8
+
 
 before_install:
   - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then