Skip to content

Commit

Permalink
Fix for travsi script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanimatrix committed Feb 16, 2017
1 parent afedf0f commit 4f69156
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ install:

## command to run tests
script:
# - python setup.py install
- ./kotnetcli-dummy.py --run-tests
- python setup.py install
#- ./kotnetcli-dummy.py --run-tests

#- ./kotnetcli.py -h
#- ./kotnetcli.py -1 -c
#- ./kotnetcli.py -1 -u
#- ./kotnetcli.py -1 -t
#- ./kotnetcli.py -1 -d
#- ./kotnetcli.py -1 -s
#- ./kotnetcli.py -1 -q
#- ./kotnetcli.py -0 -c
#- ./kotnetcli.py -0 -u
#- ./kotnetcli.py -0 -t
#- ./kotnetcli.py -0 -d
#- ./kotnetcli.py -0 -s
#- ./kotnetcli.py -0 -q
- kotnetcli -h
- kotnetcli -1 -c
- kotnetcli -1 -u
- kotnetcli -1 -t
- kotnetcli -1 -d
- kotnetcli -1 -s
- kotnetcli -1 -q
- kotnetcli -0 -c
- kotnetcli -0 -u
- kotnetcli -0 -t
- kotnetcli -0 -d
- kotnetcli -0 -s
- kotnetcli -0 -q
#- ./pyinstaller/pyinstaller.py compile-lin.spec
#- ./dist/kotnetcli-lin -h
#- ./dist/kotnetcli-lin -1 -c
Expand Down

0 comments on commit 4f69156

Please sign in to comment.