]> git.lizzy.rs Git - rust.git/commitdiff
install rust-src component on CI
authorAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 10 Jan 2019 21:48:36 +0000 (00:48 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 10 Jan 2019 21:51:48 +0000 (00:51 +0300)
.travis.yml

index 789adcbe38d9ce95489ad133d626494c7494c5fb..12e4da4a30fc7ab673f073d0bfab239bfd3507a7 100644 (file)
@@ -9,6 +9,7 @@ build: &rust_build
     rust: 1.31.1
     script:
         - rustup component add rustfmt
+        - rustup component add rust-src
         - cargo gen-tests --verify
         - cargo gen-syntax --verify
         - cargo test --no-run  # let's measure compile time separately