Skip to content

Commit

Permalink
Fix travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Apr 14, 2018
1 parent 4d7a14a commit d26801a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d26801a

Please sign in to comment.