Remove travis-support for deployment
This commit is contained in:
parent
edf74071dc
commit
ff392bf0c6
4 changed files with 1 additions and 10 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule ".travis-support"]
|
|
||||||
path = .travis-support
|
|
||||||
url = https://github.com/kemitix/kemitix-travis-support.git
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 5fdf0501a920e2678a8d920df986d250fc0173f4
|
|
|
@ -5,9 +5,4 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/.m2"
|
- "$HOME/.m2"
|
||||||
install: true
|
install: true
|
||||||
script: "./mvnw clean install"
|
script: "./mvnw -U -B clean install"
|
||||||
deploy:
|
|
||||||
provider: script
|
|
||||||
script: sh .travis-support/deploy.sh
|
|
||||||
on:
|
|
||||||
branch: master
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue