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 26d1bfb commit 62956a9Copy full SHA for 62956a9
.travis.yml
@@ -8,6 +8,9 @@ script:
8
- cargo clean
9
- cargo build --verbose
10
- 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*')
14
- rustdoc --test README.md -L target/debug -L target/debug/deps
15
- cargo doc
16
after_success: |
0 commit comments