Skip to content

Commit

Permalink
Hopefully final fix; re-enable email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed May 3, 2018
1 parent e5f75dd commit ec3fa57
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
notifications:
email: false

matrix:
include:
- sudo: required
Expand All @@ -9,8 +6,6 @@ matrix:
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64

install:
- echo $TRAVIS_TAG
- echo $TRAVIS_BRANCH
- docker pull $DOCKER_IMAGE

script:
Expand All @@ -20,7 +15,7 @@ script:
after_success:
- ls wheelhouse/
- if [[ $TRAVIS_TAG = $TRAVIS_BRANCH ]]; then
pip install --upgrade six ;
pip install twine ;
sudo pip install --upgrade six ;
sudo pip install twine ;
twine upload wheelhouse/pdflib-*manylinux*.whl ;
fi

0 comments on commit ec3fa57

Please sign in to comment.