Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
rererepush
Browse files Browse the repository at this point in the history
Former-commit-id: 6ca3cdb
  • Loading branch information
Ghost-chu committed Jul 30, 2018
1 parent 5f3521b commit d4c4f38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ jdk:
install: true
script:
- mvn install
after_success:
- mkdir push
- cp ./target/*.jar ./push/
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: $Github_token
file:
- "QuickShop-Reremake *.jar"
- ./push/*
on:
tags: true

0 comments on commit d4c4f38

Please sign in to comment.