From c08c33a728d2c302665114560ccd378e567bccd1 Mon Sep 17 00:00:00 2001 From: David Madison Date: Mon, 18 Jan 2021 19:39:04 -0500 Subject: Remove Travis CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9608177..95775ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# XInput USB Core for Arduino AVR [![Build Status](https://travis-ci.org/dmadison/ArduinoXInput_AVR.svg?branch=master)](https://travis-ci.org/dmadison/ArduinoXInput_AVR) +# XInput USB Core for Arduino AVR The files in this repository allow you to emulate an Xbox gamepad (XInput) using a USB-capable Arduino microcontroller. Originally forked from [the official Arduino AVR core](https://github.com/arduino/ArduinoCore-avr). -- cgit v1.2.3-18-g5258 From 33e256604c24e7e868c5c60abf2c0122ba708f1a Mon Sep 17 00:00:00 2001 From: David Madison Date: Mon, 18 Jan 2021 19:42:08 -0500 Subject: Add GitHub Actions build status badge to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 95775ef..cd30b65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# XInput USB Core for Arduino AVR +# XInput USB Core for Arduino AVR [![Build Status](https://github.com/dmadison/ArduinoXInput_AVR/workflows/build/badge.svg?branch=master)](https://github.com/dmadison/ArduinoXInput_AVR/actions?query=workflow%3Abuild) The files in this repository allow you to emulate an Xbox gamepad (XInput) using a USB-capable Arduino microcontroller. Originally forked from [the official Arduino AVR core](https://github.com/arduino/ArduinoCore-avr). -- cgit v1.2.3-18-g5258 From 5864b02a8702993da4840cb2d542632c7b065244 Mon Sep 17 00:00:00 2001 From: David Madison Date: Mon, 18 Jan 2021 19:47:29 -0500 Subject: Remove extra space from README badge ... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cd30b65..8193311 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# XInput USB Core for Arduino AVR [![Build Status](https://github.com/dmadison/ArduinoXInput_AVR/workflows/build/badge.svg?branch=master)](https://github.com/dmadison/ArduinoXInput_AVR/actions?query=workflow%3Abuild) +# XInput USB Core for Arduino AVR [![Build Status](https://github.com/dmadison/ArduinoXInput_AVR/workflows/build/badge.svg?branch=master)](https://github.com/dmadison/ArduinoXInput_AVR/actions?query=workflow%3Abuild) The files in this repository allow you to emulate an Xbox gamepad (XInput) using a USB-capable Arduino microcontroller. Originally forked from [the official Arduino AVR core](https://github.com/arduino/ArduinoCore-avr). -- cgit v1.2.3-18-g5258