Pull all dependencies from crates.io

This commit is contained in:
Pierre Krieger 2015-03-13 20:59:04 +01:00
parent fb91645f40
commit 330767d0c3
4 changed files with 13 additions and 44 deletions

View file

@ -29,5 +29,4 @@ after_success:
- |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
patch Cargo.toml < preupload.patch &&
cargo publish --token ${CRATESIO_TOKEN}