From 6415d7efff0f6962a96c3ca73309f7241765879c Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 20 Dec 2016 15:42:51 -0800 Subject: [PATCH] Test postgres-tokio --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b6e8a3a3..5ad2d1a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,4 @@ before_script: script: - cargo test --manifest-path=postgres/Cargo.toml - cargo test --manifest-path=postgres/Cargo.toml --features "$(cargo read-manifest --manifest-path=postgres/Cargo.toml | jq -r '.features|keys|map(select(. != "with-security-framework" and . != "with-schannel"))|join(" ")')" +- cargo test --manifest-path=postgres-tokio/Cargo.toml