File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ deploy:
26
26
27
27
after_deploy :
28
28
- 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"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " roaring"
4
- version = " 0.0.14 "
4
+ version = " 0.0.15 "
5
5
authors = [" Wim Looman <ghostunderscore@gmail.com>" ]
6
6
description = " http://roaringbitmap.org for http://www.rust-lang.org"
7
7
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ REPO_SLUG=${2:?'Must provide repo slug'}
8
8
9
9
echo " machine github.com login $GITHUB_TOKEN password x-oauth-basic" >> ~ /.netrc
10
10
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 "
You can’t perform that action at this time.
0 commit comments