Explorar el Código

Travis: Try to set clang version explicitly

bel2125 hace 7 años
padre
commit
d132047971
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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