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 405b4df commit 65e3f82Copy full SHA for 65e3f82
.travis.yml
@@ -6,3 +6,6 @@ install:
6
- sudo apt-get install rust-nightly cargo
7
script:
8
- cargo build
9
+ - rustc --test src/lib.rs -o target/test
10
+ - target/test
11
+ - rustdoc src/lib
0 commit comments