Skip to content

Commit

Permalink
: for ssh based git paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Dec 28, 2014
1 parent ae06cc9 commit 78cc94c
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 $GITHUB_TOKEN@github.com/$TRAVIS_REPO_SLUG gh-pages
- git push $GITHUB_TOKEN@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.3"
version = "0.0.4"
authors = ["Wim Looman <ghostunderscore@gmail.com>"]
description = "http://roaringbitmap.org for http://www.rust-lang.org"

Expand Down

0 comments on commit 78cc94c

Please sign in to comment.