Skip to content

Commit

Permalink
Travis: tweak build commands to work around rust-lang/cargo#5849
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Aug 26, 2018
1 parent 540226f commit f3d967c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- |
Expand Down

0 comments on commit f3d967c

Please sign in to comment.