Skip to content

Commit

Permalink
Removes autotagging, not sure how it works. Will tag manually when ne…
Browse files Browse the repository at this point in the history
…cessary.
  • Loading branch information
sjmgarnier committed Jan 12, 2019
1 parent 8989e45 commit 20fdc6b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ after_failure:
- cat ${RCHECK_DIR}/00check.log

before_deploy:
- git config --local user.name "sjmgarnier"
- git config --local user.email "garnier@njit.edu"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
- git push -q https://$TAGPERM@github.com/swarm-lab/Rvision --tags
- if [ "$TRAVIS_OS_NAME" = "osx" ];
then
PKG_TARBALL=$(ls -1t *.tgz | head -n 1);
Expand Down Expand Up @@ -62,7 +57,3 @@ deploy:
on:
repo: swarm-lab/${PACKAGE_NAME}
tags: true

branches:
except:
- /^untagged/

0 comments on commit 20fdc6b

Please sign in to comment.