[ci] Remove jobs for mac and windows on travis

Builds are executed by github actions and don't need
to run on travis again.
This commit is contained in:
Andreas Dangel 2020-10-29 10:14:48 +01:00
parent 27953b4926
commit 9bda5b368f

View File

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