fix travis-ci

This commit is contained in:
Ghost_chu
2019-03-28 20:53:11 +08:00
parent e02706acb7
commit 461a379758

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: java
jdk:
- oraclejdk8
install: true
script:
- ./scripts/inst.sh --setup --fast
after_success:
- rm -rf push
- mkdir push
- cp ./target/*.jar ./push/
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: $Github_token
file:
- ./push/*
file_glob: true
on:
tags: true