Skip to content

Commit ecaaac1

Browse files
committed
Basic Travis CI config
1 parent dfd414a commit ecaaac1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
before_install:
2+
- yes | sudo add-apt-repository ppa:hansjorg/rust
3+
- sudo apt-get update
4+
install:
5+
- sudo apt-get install rust-nightly
6+
script:
7+
- rustpkg test postgres

0 commit comments

Comments
 (0)