Skip to content

Commit

Permalink
Add travis build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Dec 30, 2015
1 parent 525b27d commit 3219460
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3219460

Please sign in to comment.