travis: remove deploy
This commit is contained in:
parent
76e95080bf
commit
027370947c
3 changed files with 0 additions and 11 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 b97def251b784ecc8de6d3cc30d2793ac0bd375e
|
|
|
@ -6,10 +6,3 @@ cache:
|
||||||
- "$HOME/.m2"
|
- "$HOME/.m2"
|
||||||
install: true
|
install: true
|
||||||
script: "./mvnw --batch-mode --errors --update-snapshots clean install"
|
script: "./mvnw --batch-mode --errors --update-snapshots clean install"
|
||||||
deploy:
|
|
||||||
provider: script
|
|
||||||
script: sh .travis-support/deploy.sh
|
|
||||||
on:
|
|
||||||
branch: master
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
|
|
Loading…
Reference in a new issue