We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308824a commit 3f79988Copy full SHA for 3f79988
.travis.yml
@@ -17,7 +17,8 @@ script:
17
sh -c "
18
./configure --llvm-root=/usr/lib/llvm-3.7 &&
19
make tidy &&
20
- make check-notidy -j4
+ make check-notidy -j4 &&
21
+ (cd src/tools/linkchecker && cargo run ../../lib*)
22
"
23
24
# Real testing happens on http://buildbot.rust-lang.org/
0 commit comments