Skip to content

Commit 4dc203e

Browse files
committed
update
1 parent 555a961 commit 4dc203e

2 files changed

Lines changed: 77 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ before_script:
3131
script:
3232
- echo "Look ma no tests"
3333
before_deploy:
34-
- pipenv pip install pyinstaller
34+
- pipenv run pip install pyinstaller
3535
- |
3636
curl -sL "https://api.github.com/repos/3ll3d00d/ezmote/releases/assets/12914946" -o ezmote.tar.gz -H 'Accept: application/octet-stream'
3737
- mkdir ezmote
3838
- tar xvfz ezmote.tar.gz -C ezmote
3939
- rm ezmote.tar.gz
40-
- pipenv pyinstaller --clean --log-level=INFO -F cmdserver.spec
40+
- pipenv run pyinstaller --clean --log-level=INFO -F cmdserver.spec
4141
deploy:
4242
provider: releases
4343
api_key:

Pipfile.lock

Lines changed: 75 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)