Remove travis-support for deployment

This commit is contained in:
Paul Campbell 2018-02-28 06:58:20 +00:00
parent edf74071dc
commit ff392bf0c6
4 changed files with 1 additions and 10 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -5,9 +5,4 @@ cache:
directories:
- "$HOME/.m2"
install: true
script: "./mvnw clean install"
deploy:
provider: script
script: sh .travis-support/deploy.sh
on:
branch: master
script: "./mvnw -U -B clean install"

Binary file not shown.