Skip to content

Commit

Permalink
Add publishing to crates.io as part of deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Dec 28, 2014
1 parent b249a9b commit d8c38ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ sudo: false
env:
global:
- secure: aOiqRRhbGw+r7P1PleSNKk5JTkItW/tQBYBhxGdJ7gN9KvlBHEmBHNd5Yl8AuE5R9W27Eo/BgtXIu09EMuND8cLr92b1P1ru1ebQMM+2FburF1y4psZakecSWAMDlF+km/cdES/AzIJ7dI1Fc4dGE/zNMuLLYEKmSDtVMHXucaI=
- secure: QRaXkP2OkP9KIwN/ifxclkKUhifeu2pGE6jEkNr/8kluxPDPplX3QtR/qwYzt6v24QsAW+rGvA0atB3yIiiWRrxxq3DcrV5v4xpc6ZoqFJYxVfnPqMGqDkh0pV1+6Z9RP9upP1ol3eOWnHPK0EHSH8sBAWENxE9k0WcilgjHxeo=

script:
- cargo build --release --verbose
Expand All @@ -24,6 +25,7 @@ deploy:
all_branches: true

after_deploy:
- cargo publish --token $CRATES_IO_TOKEN
- echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" >> ~/.netrc
- chmod 0600 ~/.netrc
- git remote add github https://github.com/$TRAVIS_REPO_SLUG.git
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "roaring"
version = "0.0.7"
version = "0.0.8"
authors = ["Wim Looman <ghostunderscore@gmail.com>"]
description = "http://roaringbitmap.org for http://www.rust-lang.org"

Expand Down

0 comments on commit d8c38ee

Please sign in to comment.