diff --git a/.travis.yml b/.travis.yml index 02d5c887..639e4668 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"