Try to fix travis config

This commit is contained in:
Oskar Nordling 2017-07-03 07:24:23 +02:00
parent a436526aea
commit 59878fd976
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ deploy:
provider: releases
api_key: $GITHUB_KEY
file_glob: true
file: "*/target/staffchat*.jar"
file: "*/staffchat*.jar"
skip_cleanup: true
on:
tags: true