Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
Travis' CMake version is not up to date. See: travis-ci/travis-ci#2030
  • Loading branch information
brendanzab committed Feb 1, 2015
1 parent 48a6043 commit c10a648
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ language: rust
env:
global:
- LD_LIBRARY_PATH: /usr/local/lib
- secure: d0ai0sK6NFiz+822DaAKAGcJXjC6dBFLGOjqjACcsoqDtRH85HR9IVUnwCsNVPvH05frEutD5Ebd9SzrjqPriTNnzM0iwZZBxHgiHV+SAYcL/D+qyeEAB/IYU5jZxjYgq/6fHA2VhXI56rGqBRwoXe1sLsEAaTfDmo9gVi6xhQo=
- secure: d0ai0sK6NFiz+822DaAKAGcJXjC6dBFLGOjqjACcsoqDtRH85HR9IVUnwCsNVPvH05frEutD5Ebd9SzrjqPriTNnzM0iwZZBxHgiHV+SAYcL/D+qyeEAB/IYU5jZxjYgq/6fHA2VhXI56rGqBRwoXe1sLsEAaTfDmo9gVi6xhQo= echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
before_install:
- yes | sudo add-apt-repository ppa:cmrx64/cargo
- sudo apt-get update
install: sudo apt-get install libXxf86vm-dev cargo
# install a newer cmake since at this time Travis only has version 2.8.7
- yes | sudo add-apt-repository ppa:kalakris/cmake
- sudo apt-get update -qq
install: sudo apt-get install libXxf86vm-dev cmake
script:
- cargo build
- cargo test
Expand Down

0 comments on commit c10a648

Please # to comment.