diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-27 09:36:29 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-27 09:36:29 -0700 |
commit | 5ff557c0b38654d206d415bbd4250c4ce6d96073 (patch) | |
tree | c12ddb68dd5e5fa9fec7e7151bb8d2d0f461f079 | |
parent | ab2ea21fe586d5eda30ae3fc16977268a0ee7689 (diff) | |
download | vidslice-5ff557c0b38654d206d415bbd4250c4ce6d96073.tar.gz vidslice-5ff557c0b38654d206d415bbd4250c4ce6d96073.zip |
disenfuck the travis config
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 767a179..007c143 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,10 +19,11 @@ 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 + - pushd * + - zip ../vidslice-${TRAVIS_OS_NAME}.zip -r * || powershell Compress-Archive -Path . -DestinationPath ../vidslice-${TRAVIS_OS_NAME}.zip - ls - popd + - popd deploy: skip_cleanup: true provider: releases |