Skip to content

Commit

Permalink
debug travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatrouble committed Apr 15, 2019
1 parent 3f11a24 commit cc74eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ env:
install:
- echo $PWD
- pip install pip twine -U
- mkdir dist

script:
- echo $PWD
- docker run -v dist:/dist/ bakatrouble/pytgvoip-builder ${PYTHON}
- docker run -v `pwd`:/dist/ bakatrouble/pytgvoip-builder ${PYTHON}
- ls

deploy:
provider: script
script: echo $PWD && twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD ${TRAVIS_BUILD_DIR}/dist/*.whl
script: ls && echo $PWD && twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD *.whl
on:
branch: master
# tags: true

0 comments on commit cc74eec

Please sign in to comment.