Skip to content

Commit

Permalink
Cleanup binary tags in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Junfeng Li committed Jan 5, 2018
1 parent f49d05c commit c1f02d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ branches:
before_install:
- set -e
- rustup self update
- sudo apt-get install --yes python3-pip
- sudo pip3 install semver

install:
- source ~/.cargo/env || true
Expand Down
2 changes: 2 additions & 0 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ for TARGET in "${TARGETS[@]}"; do
release_tag
package
done

ci/cleanup-binary-tags.py

0 comments on commit c1f02d6

Please sign in to comment.