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

Commit 08defd8

Browse files
committed
Travis: Don't check rls-blacklist
1 parent 97cbb01 commit 08defd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ script:
2626
# Since the rls-* subcrates use crates.io-based dependencies of themselves it
2727
# makes sense to test them in isolation rather than just RLS itself
2828
(cd rls-analysis && cargo test -v && cargo fmt -- --check)
29-
(cd rls-blacklist && cargo test -v && cargo fmt -- --check)
3029
(cd rls-data && cargo test -v && cargo fmt -- --check)
3130
(cd rls-rustc && cargo test -v && cargo fmt -- --check)
3231
(cd rls-span && cargo test -v && cargo fmt -- --check)

0 commit comments

Comments
 (0)