diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-27 00:20:44 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-27 00:20:44 -0700 |
commit | 72021924f147382ba01e8526bb1c8a3ebdfd8344 (patch) | |
tree | ab48b0dae5b673f367424e57f471b2cb443bd1ae | |
parent | cc74207939684e52e7ef14a19c7db61c28220c58 (diff) | |
download | vidslice-72021924f147382ba01e8526bb1c8a3ebdfd8344.tar.gz vidslice-72021924f147382ba01e8526bb1c8a3ebdfd8344.zip |
don't be a dumbass
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 26fbc51..dbfeada 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_deploy: - pushd build - zip vidslice-${TRAVIS_OS_NAME}.zip -r $(ls)/ || powershell Compress-Archive -Path $(ls) -DestinationPath vidslice-${TRAVIS_OS_NAME}.zip - ls + - popd deploy: skip_cleanup: true provider: releases |