Skip to content

Commit

Permalink
modify travis
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed May 12, 2020
1 parent 86dde7b commit f9239f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ dist: xenial
jdk:
- openjdk8

script:
- :
script: "date"

before_deploy:
- "export TITLE=testtitle"
Expand All @@ -30,8 +29,8 @@ jobs:
deploy:
provider: releases
api_key: $GitHub_Token
title: ${TITLE}
body: ${BODY}
#title: ${TITLE}
#body: ${BODY}
file:
- "server/server.jar"
- "client/client.jar"
Expand Down

0 comments on commit f9239f1

Please sign in to comment.