Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Mar 4, 2018
1 parent f9b2638 commit 207c83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@ before_deploy:
- echo "this file (and the casadi directory) should end up in a folder called 'casadi-windows-py$PYTHONVERSION-$COMMIT'" > python_install/dummy.txt
- export RESULT="$HOME/casadi-windows-py$PYTHONVERSION-$COMMIT$NAME_SUFFIX.zip"
- pushd python_install && zip -r9 $RESULT . && popd
- git tag "commit-$COMMIT"
- export TRAVIS_TAG="commit-$COMMIT"

deploy:
overwrite: true
provider: releases
api_key: $github_token
file: $RESULT
Expand Down

0 comments on commit 207c83f

Please sign in to comment.