Skip to content

Commit 2a55931

Browse files
committed
Fix up travis
1 parent 92ef98d commit 2a55931

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ addons:
99
before_script:
1010
- "./.travis/setup.sh"
1111
script:
12-
- cargo test
13-
- cargo test --features "$(cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework" and . != "with-schannel"))|join(" ")')"
12+
- cargo test --manifest-path=postgres/Cargo.toml
13+
- 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(" ")')"

0 commit comments

Comments
 (0)