Ver Fonte

Use a more recent Cmake version on Travis

Ben S há 10 anos atrás
pai
commit
17c493b370
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -1,3 +1,8 @@
+before_install:
+  - sudo add-apt-repository --yes ppa:kubuntu-ppa/backports
+  - sudo apt-get update -qq
+  - sudo apt-get install cmake
+sudo: true
 language: rust
 rust: nightly