Skip to content

Commit

Permalink
[ci] refs #104 - ls dist/ at the end of Travis after_deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed Jan 17, 2019
1 parent 77f4cfa commit 1e6a3c7
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 @@ -81,9 +81,8 @@ install:
before_script:
# Install PyPA Docker images for building multilinux wheels
script:
# Test PySkycoin
# Test PySkycoin
- make test-ci
- ls dist/
after_failure:
- cat ./.tox/${TOXENV}/log/${TOXENV}-*.log
notifications:
Expand All @@ -94,6 +93,7 @@ before_deploy:
- make sdist
- make bdist_wheel
- if [ $TRAVIS_OS_NAME == "linux" && $TOXENV == "py37" ]; then make bdist_manylinux_amd64 ; fi
- ls dist
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit 1e6a3c7

Please sign in to comment.