Skip to content

Commit

Permalink
Add .travis.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Nov 13, 2019
1 parent f56039d commit 0554553
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: rust

rust:
- stable

os:
- linux
- windows
- osx
2 changes: 1 addition & 1 deletion crates/divsufsort/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ mod divsufsort;
mod sssort;
mod trsort;

pub use crate::divsufsort::divsufsort;
pub use common::Idx;
pub use divsufsort::divsufsort;

0 comments on commit 0554553

Please sign in to comment.