Skip to content

Commit 0554553

Browse files
Add .travis.yml config
1 parent f56039d commit 0554553

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: rust
2+
3+
rust:
4+
- stable
5+
6+
os:
7+
- linux
8+
- windows
9+
- osx

crates/divsufsort/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ mod divsufsort;
1111
mod sssort;
1212
mod trsort;
1313

14+
pub use crate::divsufsort::divsufsort;
1415
pub use common::Idx;
15-
pub use divsufsort::divsufsort;

0 commit comments

Comments
 (0)