Skip to content

Commit 3f79988

Browse files
Add urls checkup
1 parent 308824a commit 3f79988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ script:
1717
sh -c "
1818
./configure --llvm-root=/usr/lib/llvm-3.7 &&
1919
make tidy &&
20-
make check-notidy -j4
20+
make check-notidy -j4 &&
21+
(cd src/tools/linkchecker && cargo run ../../lib*)
2122
"
2223
2324
# Real testing happens on http://buildbot.rust-lang.org/

0 commit comments

Comments
 (0)