Skip to content

Commit 39087b3

Browse files
authored
Fix typo, add note about Github actions (espressif#89)
1 parent 0362af3 commit 39087b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Travis CI Arduino Init Script [![Build Status](https://travis-ci.com/adafruit/travis-ci-arduino.svg?branch=master)](https://travis-ci.com/adafruit/travis-ci-arduino)
22

33
The purpose of this repo is to create a centrally managed dependency
4-
install script for all Adafruit Arduino Library Travis CI configs.
4+
install script for all Adafruit Arduino Library Travis CI and Github Actions configs.
55
This will allow us to easily update the install steps without
66
having to manually or programatically update 100+ `.travis.yml` files.
77

@@ -181,7 +181,7 @@ deploy:
181181
```
182182
6. Still in the top-level directory of the library you'll be testing, copy the current library to Adafruit_Test_Library
183183
```bash
184-
adafruit@adafruit:~/Adafruit_BMP183_Library$ cp * ~/Arduino/libraryes/Adafruit_Test_Library/
184+
adafruit@adafruit:~/Adafruit_BMP183_Library$ cp * ~/Arduino/libraries/Adafruit_Test_Library/
185185
```
186186
7. Grep for build_platform.py in githubci.yml to find out what boards to test.
187187
```bash

0 commit comments

Comments
 (0)