Skip to content

Commit

Permalink
Remove deploy sections from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jul 3, 2019
1 parent 376b205 commit 663d170
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,31 +125,7 @@ script:
pip install 'pyinstaller!=3.4' # 3.4 raises error
pyinstaller labelme.spec
dist/labelme --version
# Create ZIP files for release
cd dist
zip labelme-$(uname).zip labelme
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
zip -r labelme.app-$(uname).zip labelme.app
fi
cd -
fi
before_deploy:
- git config --local user.name 'Kentaro Wada'
- git config --local user.email '[email protected]'

# FIXME: binary built by pyinstaller won't generalize well to a new platform
# deploy:
# provider: releases
# api_key:
# secure: S42xawauDsZqLpdRy5d3nAo5Enh6tcJR6IAKwRp4T5+P/ZgXmoSJ81HQrmiUXLJTdvMMjRRr2H/2GuX+WoNHiFLlGY43bWu8GkK1qRslJxC+Fh8+VdIrhVcOFf7xhvhuV26KZxu4uh2lp95p10Crpj4Y3GkxguHjbF+F9c0vEVlEmmgyVsj6c2tFzIXVa4LPuFFDf9yWPl5Sp1n60Y8fDaEOoVbK63vh8pngFE8t2anQl5oNOcLf29t8IciPyo70p1p0UdKZ5a6YsPgu+/x2rPG1uroUksD9s9kY33vL/2D77frGv1eZFNk7TH31LV1TlG3JWklC8tqVG7Qklm4+Hnk+OEo/1uyWeDLJX8IOwy25hbg5VMFkQTZYWhCYg3IihdHbRJL4FAyTasYbEUrkmxniRnLCD8EL6gFHV1zZuv7ACCcdJHZz70sp/eiKZ5TwGRM+qnSNjd9Y4IyRv25vRsZo/8EPKShcKD1ik5OQNc2hw3uM6KLnV6lRCmZ1WSVz08bkLn5X+lzAyw1Bop2ZNdlS9N8qSfRMn2f30ORCVmNP/EKFFIDbt4wkd1XkAG/bF4LFD9VeSTp6RXcie/C/SfwBjgn0hqhdQ/n6Ptcba77OXWnKAc35GkWPs3+axBrYMZno68ne8DlcWIdT2RAeuMVzQMHT52ddvx3oQ6cUXs4=
# file_glob: true
# file: dist/*.zip
# skip_cleanup: true
# on:
# tags: true
# repo: wkentaro/labelme

after_script:
- true # noop

0 comments on commit 663d170

Please sign in to comment.