Add .travis.yml

This commit is contained in:
Ben S 2014-06-28 12:05:01 +01:00
parent 45be82e257
commit cc1da7490a

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 test