Skip to content

Commit dcac106

Browse files
committed
Use jq to test all features
1 parent 6de2fb0 commit dcac106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ before_script:
1111
- "./.travis/setup.sh"
1212
script:
1313
- 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"
14+
- cargo test --features (cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework"))|join(" ")')

0 commit comments

Comments
 (0)