We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de2fb0 commit dcac106Copy full SHA for dcac106
.travis.yml
@@ -11,4 +11,4 @@ before_script:
11
- "./.travis/setup.sh"
12
script:
13
- cargo test
14
-- cargo test --features "with-uuid with-rustc-serialize with-time with-serde_json with-chrono with-openssl with-bit-vec with-eui48"
+- cargo test --features (cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework"))|join(" ")')
0 commit comments