Skip to content

Commit

Permalink
Finalized Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
gnebbia committed Sep 13, 2020
1 parent 048fa16 commit f1d3b7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
- bash -c echo "Tests must go here"

before_deploy:
- pyinstaller --onefile --paths kb/ kb/__main__.py
- pyinstaller --onefile --paths kb/ kb/__main__.py -n kb

deploy:
provider: releases
Expand All @@ -24,3 +24,5 @@ deploy:
file: dist/*
skip_cleanup: true
draft: true
on:
tags: true

0 comments on commit f1d3b7f

Please sign in to comment.