Remove full travis support

This commit is contained in:
Paul Campbell 2018-07-28 17:21:35 +01:00
parent 0324cb8929
commit 64bbf69474
3 changed files with 1 additions and 15 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 b8593e541ba9a11447fa9559a83e5f99097ca4d2

View file

@ -5,14 +5,4 @@ cache:
directories: directories:
- "$HOME/.m2" - "$HOME/.m2"
install: true install: true
script: "./mvnw -B -U clean install" script: "mvn -B -U 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: