Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjt0620 committed Nov 19, 2019
1 parent f1444af commit ea7f2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ after_success:
before_deploy:
- cd ..
- mkdir upload
- tar -zcf SourceCode.tar.gz upload/openxc-python
- zip -r SourceCode.zip upload/openxc-python
- tar -zcf upload/SourceCode.tar.gz openxc-python
- zip -r upload/SourceCode.zip openxc-python
deploy:
- provider: release
api_key:
Expand Down

0 comments on commit ea7f2ba

Please sign in to comment.