Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguy authored and tanguy committed Dec 2, 2017
2 parents eff04af + f61e36d commit da773ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ python:
- 3.6
install:
- pip install -r requirements.txt
script: "echo hello"
script: "echo NO TESTING"
before_deploy:
- pyinstaller --distpath $TRAVIS_BUILD_DIR -F -n 4chan_downloader test.py
- ls $TRAVIS_BUILD_DIR
- pyinstaller --distpath $TRAVIS_BUILD_DIR -F -n 4chan_downloader_${TRAVIS_OS_NAME}_${TRAVIS_TAG} main.py
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: SvCHY089S9DCtgCZkoLFII5+boTMNmxB41+YB67g5/mX1nK1K+OktXmyC2vjhgpXqV7WSwkj7K4h5PjGL8M9q9WCi1zN/y9iySmTv5uC37FdqioMJ9mRvnyEHOgjJ8MZ36VSb7m3rm2irpda5vJO7ElWqhjOjSxE9zNX6wgxFfVPtcjO3l94NPLCLz8OdMgR/BDCrdFkx5O8G0E+cUTXIuvLuZTPdh8pRNPpXFs+SUGjD2MsQyjE/RAbUPDWeFJdsEMKQYzd0D7+ysLG3uVuLe3Rz12qTPFVbrHV46gtqvJfQ/ZjlUTYHAB992IizbkvT9JUgiiundHU/inM7vefXK9wC1uUMHe34dpvGp+7m9CQM5dbrVcN7eyzMLIyF1rnWPdi5aGAb2vnwjPs3VXKHou7Hrhp0htF3sFr4Z5OeAmmCtjbof79On9lzjdQncYMDIS07HIeHk37rC3LI3dYQZJShAx0ndyCzP2Iw5PDgQjd/WvsYd6aFinekzPCJAiHAhTlI1qxrQoFhpiWo2IjBeyGR9TlT9A8VzkJE0mCoLWOJB/jqF7xkg9/p7iAx96O24mOhR2y7TdT9Vq14aE1GJUSok5XxmKSXuNvxE46rCI2jUcnDqoHpkjVh6ek6mg+Y/0wBgLMf6giOpETPhGM2KBml4a0TbXS+ez5lISkIuc=
file: $TRAVIS_BUILD_DIR/4chan_downloader
file: $TRAVIS_BUILD_DIR/4chan_downloader_${TRAVIS_OS_NAME}_${TRAVIS_TAG}
on:
all_branches: true
tags: true
File renamed without changes.

0 comments on commit da773ea

Please sign in to comment.