Add Travis support

This commit is contained in:
Andrew Poelstra 2014-07-18 07:33:44 -07:00
parent c9ad7c0b58
commit dc943d9a7e
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
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