From 9bda5b368f09fa5dcf6cef326a73af20bf815399 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 29 Oct 2020 10:14:48 +0100 Subject: [PATCH] [ci] Remove jobs for mac and windows on travis Builds are executed by github actions and don't need to run on travis again. --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2d57d75f4..34758b8d66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,13 +34,6 @@ jobs: dist: bionic env: BUILD=coveralls if: "type = push && repo = pmd/pmd && fork = false" - - name: "macosx - mvn verify" - os: osx - env: BUILD=deploy - - name: "windows - mvn verify" - os: windows - env: BUILD=deploy - language: shell - stage: publish name: "Release Build - Publish" os: linux