Fix travis ci

master
Jeremy Hu 2018-04-14 20:49:40 +08:00
parent 4d7a14a8c3
commit d26801af1f
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ script:
before_deploy:
- git config --local user.name "huxingyi"
- git config --local user.email "huxingyi@msn.com"
- git tag "dust3d-unstable"
- git tag -d dust3d-unstable
- git push origin :dust3d-unstable
- git tag dust3d-unstable
deploy:
- provider: releases