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(" ")')"