Skip to content

Commit

Permalink
Fixing issue with travis release
Browse files Browse the repository at this point in the history
  • Loading branch information
scuba10steve committed May 24, 2018
1 parent 717d6f0 commit 5c1ef30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ after_success:
- echo "Successful!"
- echo "Creating package..."
before_deploy:
- if [[ "x$TRAVIS_TAG" != "x" ]]; then
python ./scripts/package.py $TRAVIS_TAG
fi
- python ./scripts/package.py $TRAVIS_TAG
deploy:
skip_cleanup: true
provider: releases
Expand Down

0 comments on commit 5c1ef30

Please sign in to comment.