Browse Source

Use a more recent Cmake version on Travis

Ben S 10 years ago
parent
commit
17c493b370
1 changed files with 5 additions and 0 deletions
  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