aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-27 10:33:18 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-27 10:33:18 -0700
commitfe7794ee438fc9dbae6e047c1451ab2727fd8109 (patch)
treeb864012ae27603d7ad4bddae23ba06860ae5c770
parenta035e906cbe4a80bcf27e8c1b3aac322a6520414 (diff)
downloadvidslice-fe7794ee438fc9dbae6e047c1451ab2727fd8109.tar.gz
vidslice-fe7794ee438fc9dbae6e047c1451ab2727fd8109.zip
further tweak travis config
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fbcf1ee..1809209 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,11 +19,10 @@ install:
before_deploy:
- ${PYTHON} setup.py build
- pushd build
- - pushd *
- - zip ../vidslice-${TRAVIS_OS_NAME}.zip -r * || powershell Compress-Archive -Path * -DestinationPath ../vidslice-${TRAVIS_OS_NAME}.zip
+ - mv * vidslice
+ - zip vidslice-${TRAVIS_OS_NAME}.zip -r vidslice || powershell Compress-Archive -Path vidslice -DestinationPath vidslice-${TRAVIS_OS_NAME}.zip
- ls
- popd
- - popd
deploy:
skip_cleanup: true
provider: releases