Skip to content

Commit

Permalink
Try use git:// url to push to
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Dec 28, 2014
1 parent 78cc94c commit 30894a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ after_deploy:
- mv target/doc docs/$TRAVIS_TAG
- git add docs/$TRAVIS_TAG
- git commit -m "Add API docs for $TRAVIS_TAG"
- git push [email protected]:$TRAVIS_REPO_SLUG gh-pages
- git push git://$GITHUB_TOKEN:x-oauth-basic@github.com/$TRAVIS_REPO_SLUG gh-pages
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "roaring"
version = "0.0.4"
version = "0.0.5"
authors = ["Wim Looman <[email protected]>"]
description = "http://roaringbitmap.org for http://www.rust-lang.org"

Expand Down

0 comments on commit 30894a2

Please sign in to comment.