update ci config

This commit is contained in:
Jiting 2019-01-30 21:17:40 +08:00
parent d94e8a4a06
commit e80067dcb2
No known key found for this signature in database
GPG Key ID: B68ED772995769D6

View File

@ -23,6 +23,7 @@ before_deploy:
- git config --local user.name "jitingcn"
- git config --local user.email "jiting@jtcat.com"
- git tag -f travis-dev-build
- git push -f origin travis-dev-build
#- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
#- git tag $TRAVIS_TAG