Basic Travis CI config

This commit is contained in:
Steven Fackler 2013-10-07 21:59:06 -07:00
parent dfd414a603
commit ecaaac1dc2

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 test postgres