Skip to content

Commit

Permalink
New Version 1.3.2
Browse files Browse the repository at this point in the history
Bugfix of #103, #104 rename column not supported
Improved logging
Improved zip-build
  • Loading branch information
OllisGit committed Jan 25, 2021
1 parent 5a112f7 commit c5c8a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
script:
# debug - echo 'Hello World'
- export PLUGIN_VERSION=$(cat setup.py | grep 'plugin_version = "*"' | cut -d '"' -f2)
- zip -r master *
- zip -r master.zip * -x 3rdPartySoftware\* testdata\*
# debug - ls -al

## see "Fix travis automatic build and deploy"
Expand Down

0 comments on commit c5c8a99

Please sign in to comment.