Fix test syntax
This commit is contained in:
parent
dcac106387
commit
0df9b32544
@ -3,7 +3,6 @@ cache: cargo
|
||||
sudo: required
|
||||
rust:
|
||||
- nightly
|
||||
- beta
|
||||
- 1.10.0
|
||||
addons:
|
||||
postgresql: 9.4
|
||||
@ -11,4 +10,4 @@ before_script:
|
||||
- "./.travis/setup.sh"
|
||||
script:
|
||||
- cargo test
|
||||
- cargo test --features (cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework"))|join(" ")')
|
||||
- cargo test --features $(cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework"))|join(" ")')
|
||||
|
Loading…
Reference in New Issue
Block a user