Add travis support

This commit is contained in:
Colin Sherratt
2014-02-07 21:01:15 -05:00
parent 614db39e32
commit ee60e24154

8
.travis.yml Normal file
View File

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