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 dcac106 commit 0df9b32Copy full SHA for 0df9b32
.travis.yml
@@ -3,12 +3,11 @@ cache: cargo
3
sudo: required
4
rust:
5
- nightly
6
-- beta
7
- 1.10.0
8
addons:
9
postgresql: 9.4
10
before_script:
11
- "./.travis/setup.sh"
12
script:
13
- cargo test
14
-- 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(" ")')
0 commit comments