Skip to content

Commit f1d3b7f

Browse files
committed
Finalized Travis CI config
1 parent 048fa16 commit f1d3b7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- bash -c echo "Tests must go here"
1616

1717
before_deploy:
18-
- pyinstaller --onefile --paths kb/ kb/__main__.py
18+
- pyinstaller --onefile --paths kb/ kb/__main__.py -n kb
1919

2020
deploy:
2121
provider: releases
@@ -24,3 +24,5 @@ deploy:
2424
file: dist/*
2525
skip_cleanup: true
2626
draft: true
27+
on:
28+
tags: true

0 commit comments

Comments
 (0)