Update .travis.yml

This commit is contained in:
Rodrigo Rodriguez 2018-11-12 11:40:36 -02:00 committed by GitHub
parent 323fa9dd63
commit 7a1948e1aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: src/**/*
file: "BotServer-*.tgz"
skip_cleanup: true
on:
tags: false