Add travis glue to test built package too

This commit is contained in:
Kent Fredric
2019-11-20 04:09:17 +13:00
parent 9f9a1cf94c
commit 9ceca81f2f
+3
View File
@@ -7,6 +7,9 @@ sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo package
- cd target/package/unicode-normalization-*
- cargo test --verbose
notifications:
email:
on_success: never