Basic Travis CI config
This commit is contained in:
parent
dfd414a603
commit
ecaaac1dc2
7
.travis.yml
Normal file
7
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user