Travis: tweak build commands to work around rust-lang/cargo#5849
This commit is contained in:
parent
540226f1c4
commit
f3d967c020
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ before_script:
|
|||
- rustup component add clippy-preview --toolchain=nightly
|
||||
|
||||
script:
|
||||
- cargo build --features="iron"
|
||||
- cargo build --features="rocket"
|
||||
- cargo build --features="actix-web"
|
||||
- (cd maud && cargo build --features="iron")
|
||||
- (cd maud && cargo build --features="rocket")
|
||||
- (cd maud && cargo build --features="actix-web")
|
||||
- cargo test --all
|
||||
- (cd benchmarks && cargo bench --no-run)
|
||||
- |
|
||||
|
|
Loading…
Add table
Reference in a new issue