Add travis config

This commit is contained in:
Jordi Boggiano
2013-10-22 16:11:56 +02:00
parent 13fd72e1f2
commit c1659953ac
+7
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 test