diff options
author | Aleksey Kladov <[email protected]> | 2019-01-10 21:48:36 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-10 21:51:48 +0000 |
commit | 6b7699d187d51e8a26ba1a18a217a77dd236458f (patch) | |
tree | 7bee8dee5216b7eb459edaa0aad54f04dcef3f97 | |
parent | 4bf6b91b9dea117647a4120f404a2f0067041035 (diff) |
install rust-src component on CI
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 789adcbe3..12e4da4a3 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -9,6 +9,7 @@ build: &rust_build | |||
9 | rust: 1.31.1 | 9 | rust: 1.31.1 |
10 | script: | 10 | script: |
11 | - rustup component add rustfmt | 11 | - rustup component add rustfmt |
12 | - rustup component add rust-src | ||
12 | - cargo gen-tests --verify | 13 | - cargo gen-tests --verify |
13 | - cargo gen-syntax --verify | 14 | - cargo gen-syntax --verify |
14 | - cargo test --no-run # let's measure compile time separately | 15 | - cargo test --no-run # let's measure compile time separately |