8000 Add travis glue to test built package too · unicode-rs/unicode-normalization@0f4cb1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f4cb1e

Browse files
committed
Add travis glue to test built package too
1 parent 9cea0c8 commit 0f4cb1e

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
@@ -7,6 +7,9 @@ sudo: false
77
script:
88
- cargo build --verbose
99
- cargo test --verbose
10+
- cargo package
11+
- cd target/package/unicode-normalization-*
12+
- cargo test --verbose
1013
notifications:
1114
email:
1215
on_success: never

0 commit comments

Comments
 (0)
0