diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index bddf1bebb..8d10a43f0 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -10,8 +10,6 @@ build: &rust_build | |||
10 | script: | 10 | script: |
11 | - rustup component add rustfmt | 11 | - rustup component add rustfmt |
12 | - rustup component add rust-src | 12 | - rustup component add rust-src |
13 | - cargo gen-tests --verify | ||
14 | - cargo gen-syntax --verify | ||
15 | - cargo test --no-run # let's measure compile time separately | 13 | - cargo test --no-run # let's measure compile time separately |
16 | - cargo test | 14 | - cargo test |
17 | env: | 15 | env: |