aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorSpacelord <Spacelord09@users.noreply.github.com>2019-12-31 00:42:12 +0100
committerSpacelord <Spacelord09@users.noreply.github.com>2019-12-31 00:42:12 +0100
commitbbcefdf737452e2fcb4b7703a6348825a2112994 (patch)
treed49ae0378dec5bfe011ab35e3895e86b1e17df8f /.travis.yml
parente4374c59881032ef644fbb2fd54a554dc4d914b1 (diff)
downloadmidimonster-bbcefdf737452e2fcb4b7703a6348825a2112994.tar.gz
midimonster-bbcefdf737452e2fcb4b7703a6348825a2112994.tar.bz2
midimonster-bbcefdf737452e2fcb4b7703a6348825a2112994.zip
fix travis deployment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
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