Sfoglia il codice sorgente

Use a more recent Cmake version on Travis

Ben S 10 anni fa
parent
commit
17c493b370
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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