Skip to content

Commit

Permalink
tarvisci added
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvangkardas committed Dec 21, 2020
1 parent 5f616a2 commit f3237e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python

cache:
directories:
- "~/.platformio"

install:
- pip install -U platformio

env:
- BOARD=uno

script:
- set -eo pipefail;
for e in examples/*; do
platformio ci --board=$BOARD --lib=. $e/*;
done
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ if (opCode > 0)
}
}
```
## Testing
- Arduino UNO to Arduino Uno Tested
- Arduino Uno to ESP8266 Tested
## Library Tested with
- Arduino Uno to Arduino Uno
- Arduino Uno to ESP8266

0 comments on commit f3237e8

Please sign in to comment.