Skip to content

Commit 1779d8c

Browse files
committed
Skip jsonb test on Travis
1 parent bca16fd commit 1779d8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/types/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ fn test_json_params() {
146146

147147
#[test]
148148
fn test_jsonb_params() {
149+
if option_env!("TRAVIS").is_some() { return } // Travis doesn't have Postgres 9.4 yet
149150
test_type("JSONB", &[(Some(Json::from_str("[10, 11, 12]").unwrap()),
150151
"'[10, 11, 12]'"),
151152
(Some(Json::from_str("{\"f\": \"asd\"}").unwrap()),

0 commit comments

Comments
 (0)