Skip to content

Commit 4371d7d

Browse files
authored
Merge pull request #199 from laumann/fix-travis
Add rustc-dev component in nightly test
2 parents a8e09dd + 012e675 commit 4371d7d

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)