aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-03 16:10:45 +0000
committerAleksey Kladov <[email protected]>2019-01-03 16:10:45 +0000
commitf2037d28f7af30455d262541b23a022e4fd776b3 (patch)
tree9a5879e07e458313a72532d6d7098762a2634af7 /.travis.yml
parentaea2183799e7975d3d9000cec9bb9a3c001a3d4e (diff)
measure compile-time separately on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 04bb3be37..eb89ce8ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ build: &rust_build
10 script: 10 script:
11 - cargo gen-tests --verify 11 - cargo gen-tests --verify
12 - cargo gen-syntax --verify 12 - cargo gen-syntax --verify
13 - cargo test --no-run # let's measure compile time separately
13 - cargo test 14 - cargo test
14 env: 15 env:
15 - RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0 16 - RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0