aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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