Travis: tweak build commands to work around

This commit is contained in:
Chris Wong 2018-08-26 20:46:29 +12:00
parent 540226f1c4
commit f3d967c020

View file

@ -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)
- |