diff options
author | cbdev <cb@cbcdn.com> | 2019-12-31 10:33:29 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-31 10:33:29 +0100 |
commit | 87fe68ef7d929b2f79e695df649b374fe0e2c572 (patch) | |
tree | e970a31ea14d9773c2f04f366469eee287360c5c | |
parent | 599430276d4cc7ca3cec27513a5a318fd5e5de25 (diff) | |
download | midimonster-0.3.tar.gz midimonster-0.3.tar.bz2 midimonster-0.3.zip |
Enable globs for Travis deploymentsv0.3
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6c81d1b..21c2a40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -204,6 +204,7 @@ after_script: deploy: provider: releases + file_glob: true api_key: $GITHUB_TOKEN file: ./deployment/* skip_cleanup: true |