Update .travis.yml

This commit is contained in:
John Gallagher 2014-11-04 11:40:39 -05:00
parent 76be900c8c
commit 6fffd88202

View File

@ -1,4 +1,10 @@
language: rust
before_install:
- sudo add-apt-repository --yes ppa:hansjorg/rust
- sudo add-apt-repository --yes ppa:cmrx64/cargo
- sudo apt-get update -qq
install:
- sudo apt-get install -qq rust-nightly cargo
script:
- cargo build
- cargo test