Skip to content

Commit 5b03cd2

Browse files
authored
Update .travis.yml
1 parent dac43a4 commit 5b03cd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ script:
2121
- export SSL_CERT_FILE=${PWD}/cert.pem
2222
- pyinstaller --onefile --noconfirm --clean ./.build/ddns.spec
2323
- ./dist/ddns || test -e "config.json"
24+
- ./dist/ddns -h
25+
2426

2527
git:
2628
depth: 2
@@ -39,6 +41,7 @@ deploy:
3941
- provider: pypi
4042
username: newfuture-bot
4143
password: "${PYPI_PWD}"
44+
skip_cleanup: true
4245
cleanup: false
4346
distributions: "sdist bdist_wheel" # Your distributions here
4447
on:

0 commit comments

Comments
 (0)