Skip to content

Commit 78cc94c

Browse files
committed
: for ssh based git paths
1 parent ae06cc9 commit 78cc94c

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

0 commit comments

Comments
 (0)