diff options
author | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-31 00:42:12 +0100 |
---|---|---|
committer | Spacelord <Spacelord09@users.noreply.github.com> | 2019-12-31 00:42:12 +0100 |
commit | bbcefdf737452e2fcb4b7703a6348825a2112994 (patch) | |
tree | d49ae0378dec5bfe011ab35e3895e86b1e17df8f | |
parent | e4374c59881032ef644fbb2fd54a554dc4d914b1 (diff) | |
download | midimonster-bbcefdf737452e2fcb4b7703a6348825a2112994.tar.gz midimonster-bbcefdf737452e2fcb4b7703a6348825a2112994.tar.bz2 midimonster-bbcefdf737452e2fcb4b7703a6348825a2112994.zip |
fix travis deployment
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 3299c66..ea6ffc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -204,9 +204,8 @@ after_script: deploy: provider: releases api_key: $GITHUB_TOKEN -file: - - "./deployment/*" - skip_cleanup: true - draft: true - on: - tags: true
\ No newline at end of file + file: ./deployment/* + skip_cleanup: true + draft: true + on: + tags: true
\ No newline at end of file |