Skip to content

Commit d3b92f1

Browse files
committed
Fixing .travis.yml
1 parent 4374c77 commit d3b92f1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,4 @@ matrix:
1616
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
1717
install:
1818
- pip3 install pyinstaller
19-
script:
20-
- pyinstaller \
21-
--clean \
22-
--windowed \
23-
--onedir \
24-
--onefile \
25-
--add-data Scripts:Scripts \
26-
ProperTree.command
19+
script: pyinstaller --clean --windowed --onedir --onefile --add-data Scripts:Scripts ProperTree.command

0 commit comments

Comments
 (0)