Skip to content

Commit

Permalink
Allow deployment for master branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
Rottenbeer committed Apr 5, 2020
1 parent d6708e9 commit 02f0827
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
language: java
jdk:
- openjdk8
- openjdk8
deploy:
provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file: "app/target/app-1.0.0.5-jar-with-dependencies.jar"
skip_cleanup: true
on:
tags: true
28 changes: 0 additions & 28 deletions appveyor.yml

This file was deleted.

0 comments on commit 02f0827

Please sign in to comment.