Skip to content

Commit 62956a9

Browse files
committed
test ugly travis workaround
1 parent 26d1bfb commit 62956a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ script:
88
- cargo clean
99
- cargo build --verbose
1010
- cargo test --verbose
11+
# next line is an ugly hack to fix an annoying bug where rustdoc tries to use the rustc_private unicode_width crate
12+
# (there is probably a better fix than this)
13+
- rm $(find /home/travis/.rustup -type f -name 'libunicode_width*')
1114
- rustdoc --test README.md -L target/debug -L target/debug/deps
1215
- cargo doc
1316
after_success: |

0 commit comments

Comments
 (0)