measure compile-time separately on travis

This commit is contained in:
Aleksey Kladov 2019-01-03 19:10:45 +03:00
parent aea2183799
commit f2037d28f7

View File

@ -10,6 +10,7 @@ build: &rust_build
script:
- cargo gen-tests --verify
- cargo gen-syntax --verify
- cargo test --no-run # let's measure compile time separately
- cargo test
env:
- RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0