Skip to content

Commit 30894a2

Browse files
committed
Try use git:// url to push to
1 parent 78cc94c commit 30894a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ after_deploy:
2929
- mv target/doc docs/$TRAVIS_TAG
3030
- git add docs/$TRAVIS_TAG
3131
- git commit -m "Add API docs for $TRAVIS_TAG"
32-
- git push [email protected]:$TRAVIS_REPO_SLUG gh-pages
32+
- git push git://$GITHUB_TOKEN:x-oauth-basic@github.com/$TRAVIS_REPO_SLUG gh-pages

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.4"
4+
version = "0.0.5"
55
authors = ["Wim Looman <[email protected]>"]
66
description = "http://roaringbitmap.org for http://www.rust-lang.org"
77

0 commit comments

Comments
 (0)