Skip to content

Commit d8c38ee

Browse files
committed
Add publishing to crates.io as part of deploy
1 parent b249a9b commit d8c38ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sudo: false
44
env:
55
global:
66
- secure: aOiqRRhbGw+r7P1PleSNKk5JTkItW/tQBYBhxGdJ7gN9KvlBHEmBHNd5Yl8AuE5R9W27Eo/BgtXIu09EMuND8cLr92b1P1ru1ebQMM+2FburF1y4psZakecSWAMDlF+km/cdES/AzIJ7dI1Fc4dGE/zNMuLLYEKmSDtVMHXucaI=
7+
- secure: QRaXkP2OkP9KIwN/ifxclkKUhifeu2pGE6jEkNr/8kluxPDPplX3QtR/qwYzt6v24QsAW+rGvA0atB3yIiiWRrxxq3DcrV5v4xpc6ZoqFJYxVfnPqMGqDkh0pV1+6Z9RP9upP1ol3eOWnHPK0EHSH8sBAWENxE9k0WcilgjHxeo=
78

89
script:
910
- cargo build --release --verbose
@@ -24,6 +25,7 @@ deploy:
2425
all_branches: true
2526

2627
after_deploy:
28+
- cargo publish --token $CRATES_IO_TOKEN
2729
- echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" >> ~/.netrc
2830
- chmod 0600 ~/.netrc
2931
- git remote add github https://github.com/$TRAVIS_REPO_SLUG.git

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "roaring"
4-
version = "0.0.7"
4+
version = "0.0.8"
55
authors = ["Wim Looman <[email protected]>"]
66
description = "http://roaringbitmap.org for http://www.rust-lang.org"
77

0 commit comments

Comments
 (0)