Add travis.yml.

This commit is contained in:
Sébastien Crozet 2013-10-18 11:47:07 +02:00
parent 8423286911
commit 351998a784
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
script:
- make
- make test
- make bench