Skip to content

Commit 11a1606

Browse files
appveyor: fix ant url; readme.md: fix badges for travis / codacy / appveyor, remove others
1 parent 6e90bd0 commit 11a1606

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: off
1111

1212
install:
1313
- curl -L http://download.processing.org/processing-3.3-windows64.zip > c:\projects\processing.zip
14-
- curl -L http://apache.claz.org//ant/binaries/apache-ant-1.10.1-bin.zip > c:\projects\apache-ant.zip
14+
- curl -L https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.1-bin.zip > c:\projects\apache-ant.zip
1515
- cd c:\projects && unzip c:\projects\processing.zip && unzip c:\projects\apache-ant.zip
1616
- set PATH=%PATH%;C:\projects\apache-ant-1.10.1\bin
1717
- cd c:\projects\Processing.R

readme.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@
99
U. California Santa Barbara</p>
1010

1111
<p align="center">
12-
<a href="https://travis-ci.org/gaocegege/Processing.R"><img src="https://travis-ci.org/gaocegege/Processing.R.svg?branch=master" alt="Travis CI"></a>
13-
<a href="https://ci.appveyor.com/project/gaocegege/processing-r/branch/master"><img src="https://ci.appveyor.com/api/projects/status/9lq6psaw9c18ins8/branch/master?svg=true" alt="appveyor"></a>
14-
<!--<a href="https://quay.io/repository/gaocegege/processing.r"><img src="https://quay.io/repository/gaocegege/processing.r/status" alt="Docker Repository on Quay" title="Docker Repository on Quay"></a>-->
15-
<a href="https://www.codacy.com/app/gaocegege/Processing-R?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=gaocegege/Processing.R&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/33ebc49f6f764fffb7ea7bf617edf902" alt="Codacy Badge"></a>
16-
<!--<a href="https://www.codacy.com/app/gaocegege/Processing-R?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=gaocegege/Processing.R&amp;utm_campaign=Badge_Coverage"><img src="https://api.codacy.com/project/badge/Coverage/33ebc49f6f764fffb7ea7bf617edf902" alt="Codacy Badge"></a>-->
17-
<a href="https://stackshare.io/gaocegege/processing-r"><img src="https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat" alt="StackShare"></a>
18-
<a href="https://github.com/processing-r/Processing.R/releases"><img src="https://img.shields.io/github/release/gaocegege/Processing.R.svg" alt="GitHub Release"></a>
19-
<a href="https://gitter.im/gaocegege/Processing.R?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge"><img src="https://badges.gitter.im/gaocegege/Processing.R.svg" alt="Gitter"></a>
20-
<a href="https://github.com/processing-r/Processing.R/blob/master/raw-docs/devel/compilation.md#docker-image-deprecated"><img src="https://img.shields.io/badge/docker-deprecated-yellowgreen.svg" alt=""></a>
12+
<a href="https://travis-ci.org/processing-r/Processing.R"><img src="https://travis-ci.org/processing-r/Processing.R.svg?branch=master" alt="Travis CI"></a>
13+
<a href="https://ci.appveyor.com/project/jeremydouglass/processing-r/branch/master"><img src="https://ci.appveyor.com/api/projects/status/s9ydm27ysnvdx6fv/branch/master?svg=true" alt="appveyor"></a>
14+
<a href="https://www.codacy.com/app/jeremydouglass/Processing.R?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=processing-r/Processing.R&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/32c0572481494dfa833106fd6d3b6e08" alt="Codacy Badge"/></a>
2115
</p>
2216

2317
## Overview
@@ -54,7 +48,6 @@ Processing.R supports:
5448
Processing.R is still in early development -- it is not feature-complete or production-ready. Please try our experimental mode and give us your feedback.
5549

5650
- Report bugs to [Processing.R Issues](https://github.com/processing-r/Processing.R/issues)!
57-
- Chat at the [Processing.R gitter channel](https://gitter.im/gaocegege/Processing.R)
5851

5952
## Installation
6053

0 commit comments

Comments
 (0)