diff --git a/README.md b/README.md index 4b1e7496..f1f30c06 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Windows | [![Windows Build status](https://ci.appveyor.com/api/projects/status/ |-----------------------------------------------------------------------------|:--:|:---------------:|:--------:|:-------------:|:-------:|:---:|:-----:|:--------| |[ArduinoCI](https://github.com/ianfixes/arduino_ci) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |Free (Apache-2.0)| |[ArduinoUnit](https://github.com/mmurdoch/arduinounit) | ❌ | ❌ | ⚠️ Hardware-based|❌ | ✅ | ✅ | ✅ |Free (MIT)| -|[Adafruit `travis-ci-arduino`](https://github.com/adafruit/travis-ci-arduino)| ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ |Free (MIT)| +|[Adafruit `ci-arduino`](https://github.com/adafruit/ci-arduino)| ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ |Free (MIT)| |[PlatformIO](https://platformio.org) | ✅ | ✅ | ⚠️ Paid only | ❌ | ✅ | ✅ | ✅ |⚠️ EULA| |Official [Arduino IDE](https://www.arduino.cc/en/main/software) | ❌ | ⚠️ Manually | ❌ |N/A 😉| ✅ | ✅ | ✅ |Free (GPLv2)| @@ -167,6 +167,6 @@ This gem was written by Ian Katz (ianfixes@gmail.com) in 2018. It's released un ## See Also * [Contributing](CONTRIBUTING.md) -* [Adafruit/travis-ci-arduino](https://github.com/adafruit/travis-ci-arduino) which inspired this project +* [Adafruit/ci-arduino](https://github.com/adafruit/ci-arduino) which inspired this project * [mmurdoch/arduinounit](https://github.com/mmurdoch/arduinounit) from which the unit test macros were adopted diff --git a/SampleProjects/DoSomething/README.md b/SampleProjects/DoSomething/README.md index 13ba0541..082beee5 100644 --- a/SampleProjects/DoSomething/README.md +++ b/SampleProjects/DoSomething/README.md @@ -41,7 +41,7 @@ This will install the necessary ruby gem, and run it. There are no command line ### `.arduino-ci.yaml` ArduinoCI configuration -This file controls all aspects of building and unit testing. The (relatively-complete) defaults can be found [in the base project](../../misc/default.yaml). +This file controls all aspects of building and unit testing. The (relatively-complete) defaults can be found [in the base project](../../misc/default.yml). The most relevant sections for most projects will be as follows: