Skip to content

Commit 589ad46

Browse files
committed
Test on travis
1 parent 094b837 commit 589ad46

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: rust
2+
rust:
3+
- nightly
4+
- beta
5+
- stable
6+
addons:
7+
postgresql: 9.4
8+
script:
9+
- cargo test

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ license = "MIT"
66

77
[dependencies]
88
byteorder = "0.3"
9-
postgres = "0.9"
9+
postgres = "0.9.3"

0 commit comments

Comments
 (0)