Skip to content

Commit 012e675

Browse files
committed
Add rustc-dev component in nightly test
rustc has been removed from the nightly rust distribution. In order to use it (for `extern crate rustc`), we need to add the `rustc-dev` component first.
1 parent a8e09dd commit 012e675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ matrix:
33
include:
44
- rust: nightly
55
env: FEATURES=""
6+
before_script:
7+
rustup component add rustc-dev
68
- rust: beta
79
env: FEATURES="--features stable"
810
- rust: stable

0 commit comments

Comments
 (0)