Add travis build file.

This commit is contained in:
Paul Lietar 2015-12-30 20:11:29 +01:00
parent 525b27df98
commit 3219460666

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: rust
rust:
- nightly
addons:
apt:
packages:
- protobuf-compiler
- portaudio19-dev
before_install:
- export PATH=$HOME/.cargo/bin:$PATH
install:
- cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf