Skip to content

Commit fce76bd

Browse files
committed
Move files, orgin not github
1 parent 2ffa965 commit fce76bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ deploy:
2626

2727
after_deploy:
2828
- cargo publish --token "$CRATES_IO_TOKEN"
29-
- ./save_credentials.sh "$GITHUB_TOKEN" "$TRAVIS_REPO_SLUG"
30-
- ./publish_docs.sh "$TRAVIS_TAG"
29+
- ./ci/save_credentials.sh "$GITHUB_TOKEN" "$TRAVIS_REPO_SLUG"
30+
- ./ci/publish_docs.sh "$TRAVIS_TAG"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "roaring"
4-
version = "0.0.14"
4+
version = "0.0.15"
55
authors = ["Wim Looman <ghostunderscore@gmail.com>"]
66
description = "http://roaringbitmap.org for http://www.rust-lang.org"
77

File renamed without changes.

save_credentials.sh renamed to ci/save_credentials.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ REPO_SLUG=${2:?'Must provide repo slug'}
88

99
echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" >> ~/.netrc
1010
chmod 0600 ~/.netrc
11-
git remote set-url --push github "https://github.com/$REPO_SLUG"
11+
git remote set-url --push origin "https://github.com/$REPO_SLUG"

0 commit comments

Comments
 (0)