Skip to content

Commit 92cabc4

Browse files
Travis tag.
1 parent 75e5da2 commit 92cabc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ script:
1515
- travis_wait 15 ./build/${TRAVIS_OS_NAME}-deploy.sh
1616
before_deploy:
1717
# Set up git user name and tag this commit
18-
- git config --local user.name "Christopher Pow"
19-
- git config --local user.email "[email protected]"
20-
- git tag build-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
18+
#- git config --local user.name "Christopher Pow"
19+
#- git config --local user.email "[email protected]"
20+
#- git tag build-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
2121

2222
deploy:
2323
provider: releases

0 commit comments

Comments
 (0)