From 2a55931fcfa201a8658fb3d50bebe219e1580b5a Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 20 Dec 2016 15:34:16 -0800 Subject: [PATCH] Fix up travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 436f6db3..b6e8a3a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ addons: before_script: - "./.travis/setup.sh" script: -- cargo test -- cargo test --features "$(cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework" and . != "with-schannel"))|join(" ")')" +- 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(" ")')"