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

Commit

Permalink
update travis-ci config
Browse files Browse the repository at this point in the history
Former-commit-id: 628b932
  • Loading branch information
Ghost-chu committed Jul 30, 2018
1 parent 5000db1 commit e61c44c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
language: java
jdk:
- oraclejdk8
- oraclejdk8
install: true
script:
- mvn install
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: $Github_token
file:
- "QuickShop-Reremake *.jar"
on:
tags: true

0 comments on commit e61c44c

Please sign in to comment.