travis: remove deploy

This commit is contained in:
Paul Campbell 2018-03-09 23:10:31 +00:00
parent 8abce7f4a9
commit 9f9096f657
2 changed files with 0 additions and 13 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

View file

@ -6,13 +6,3 @@ cache:
- "$HOME/.m2"
install: true
script: "./mvnw --batch-mode --errors --update-snapshots clean install"
after_success:
- sh .travis-support/coveralls.sh
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: script
script: sh .travis-support/deploy.sh
on:
branch: master
env:
global: