We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd414a commit ecaaac1Copy full SHA for ecaaac1
1 file changed
.travis.yml
@@ -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