Fix test syntax

This commit is contained in:
Steven Fackler 2016-09-21 19:47:18 -07:00
parent dcac106387
commit 0df9b32544

View File

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