We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac43a4 commit 5b03cd2Copy full SHA for 5b03cd2
1 file changed
.travis.yml
@@ -21,6 +21,8 @@ script:
21
- export SSL_CERT_FILE=${PWD}/cert.pem
22
- pyinstaller --onefile --noconfirm --clean ./.build/ddns.spec
23
- ./dist/ddns || test -e "config.json"
24
+ - ./dist/ddns -h
25
+
26
27
git:
28
depth: 2
@@ -39,6 +41,7 @@ deploy:
39
41
- provider: pypi
40
42
username: newfuture-bot
43
password: "${PYPI_PWD}"
44
+ skip_cleanup: true
45
cleanup: false
46
distributions: "sdist bdist_wheel" # Your distributions here
47
on:
0 commit comments