Fix releases (#1017)

This commit is contained in:
Lucas Kent 2018-08-12 20:26:57 +10:00 committed by GitHub
parent e21bd19bad
commit 1d6503553a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ script:
- cargo test --all -j 1
- cd examples
- cargo build
- cd .. # this is very important or else the below `cargo publish` will fail
after_success:
- |