Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Install rustc-dev component in travis and azure
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Oct 26, 2019
1 parent 5ce104e commit 29988c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
# Required for Racer autoconfiguration
- rustup component add rust-src
- rustup component add rust-analysis
- rustup component add rustc-dev
matrix:
fast_finish: true
include:
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
parameters:
rust_version: ${{ parameters.rust }}
- script: |
rustup component add rust-src rust-analysis
rustup component add rust-src rust-analysis rustc-dev
displayName: Install distributed Rust source code for Racer autocompletion
- ${{ each crate in parameters.crates }}:
- script: cargo test -v
Expand Down

0 comments on commit 29988c3

Please sign in to comment.