fix travis-ci
This commit is contained in:
20
.travis.yml
Normal file
20
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user