Use a more recent Cmake version on Travis

This commit is contained in:
Ben S 2015-08-25 18:39:39 +01:00
parent a250f21282
commit 17c493b370
1 changed files with 5 additions and 0 deletions

View File

@ -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