Skip to content

Commit

Permalink
try to fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
szaghi committed Jan 11, 2017
1 parent 3a07e74 commit 652491d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ after_success:
- bash <(curl -s https://codecov.io/bash)
- $MAKEDOC

before_deploy:
- $CLEAN
- $MAKETAR
- mv WenOOF.tar.gz WenOOF-$TRAVIS_TAG.tar.gz

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 652491d

Please sign in to comment.