Skip to content

Commit

Permalink
Remove reference and badge to AppVeyor
Browse files Browse the repository at this point in the history
Fixes eclipse-theia#63

Description:

- Remove the reference and badge to `AppVeyor` since
the CI integration no longer exists in the main repository as
of eclipse-theia/theia#6179.

Additional Info

- The badge displayed an old build which was failing meaning
the failed state would always be displayed unless the badge
is removed.

Signed-off-by: Vincent Fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Oct 8, 2019
1 parent 2b28157 commit 6d92492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docs/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import DocArrowNavigators from 'components/DocArrowNavigators'
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/eclipse-theia/theia/labels/help%20wanted)
[![Community](https://img.shields.io/badge/chat-on%20spectrum-blue.svg)](https://spectrum.chat/theia)
[![Build Status](https://travis-ci.org/eclipse-theia/theia.svg?branch=master)](https://travis-ci.org/eclipse-theia/theia)
[![Build status](https://ci.appveyor.com/api/projects/status/02s4d40orokl3njl/branch/master?svg=true)](https://ci.appveyor.com/project/kittaakos/theia/branch/master)
[![Open questions](https://img.shields.io/badge/Open-questions-pink.svg?style=flat-square)](https://github.com/eclipse-theia/theia/labels/question)
[![Open bugs](https://img.shields.io/badge/Open-bugs-red.svg?style=flat-square)](https://github.com/eclipse-theia/theia/labels/bug)

Expand Down

0 comments on commit 6d92492

Please sign in to comment.