Add .travis.yml

This commit is contained in:
Brendan Zabarauskas 2013-10-14 22:49:04 +11:00
parent 7fd9f582b6
commit 977aed60b0

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:
- rustpkg build cgmath