diff --git a/.travis.yml b/.travis.yml index 7ceff6a..f9a012a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,10 @@ rust: - beta - nightly -script: cargo test +script: + - cargo test + - cargo package + - cd target/package/bincode-* && cargo test matrix: include: diff --git a/Cargo.toml b/Cargo.toml index 6639f2f..999ebdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bincode" version = "1.2.1" # remember to update html_root_url authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] -exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml"] +exclude = ["logo.png", "examples/*", ".gitignore", ".travis.yml"] publish = true