Skip to content

Commit

Permalink
Revert "ignore build errors for tags now"
Browse files Browse the repository at this point in the history
This reverts commit 2e231d2.
  • Loading branch information
lins05 committed Dec 17, 2019
1 parent aa451c7 commit 3c2841a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ before_install:
- slackbot-test-ctl init
- slackbot-test-ctl startproxy
install: pip install tox
script:
- |
if [[ $TRAVIS_TAG == "" ]]; then
tox
fi
script: tox
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down

0 comments on commit 3c2841a

Please sign in to comment.