Integrate with Travis

This commit is contained in:
Erick Tryzelaar 2013-12-17 21:49:56 -08:00
parent 08374ec054
commit 5bd84e633f
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

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