Skip to content

Commit 65e3f82

Browse files
committed
Added test runner and doc generation to .travis.yml
1 parent 405b4df commit 65e3f82

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
@@ -6,3 +6,6 @@ install:
66
- sudo apt-get install rust-nightly cargo
77
script:
88
- cargo build
9+
- rustc --test src/lib.rs -o target/test
10+
- target/test
11+
- rustdoc src/lib

0 commit comments

Comments
 (0)