Explorar el Código

Travis: Add missing PPA for newer libstdc++

James Rowe hace 8 años
padre
commit
96f446ff65
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -9,6 +9,7 @@ matrix:
           sources:
             - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main'
               key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
+            - sourceline: 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main'
           packages:
             - clang-format-6.0
       script: "./.travis/clang-format/script.sh"