From 9f9096f657177f2833ef80e924cea7bfd0eca3e9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 9 Mar 2018 23:10:31 +0000 Subject: [PATCH] travis: remove deploy --- .gitmodules | 3 --- .travis.yml | 10 ---------- 2 files changed, 13 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index c50d110..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule ".travis-support"] - path = .travis-support - url = https://github.com/kemitix/kemitix-travis-support.git diff --git a/.travis.yml b/.travis.yml index aa0c9ed..108fbc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: