Skip to content

Commit 7b5087e

Browse files
committed
added support for travis ci
1 parent 31d5ec1 commit 7b5087e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
env:
5+
- BOARD=uno
6+
- BOARD=leonardo
7+
- BOARD=esp01
8+
9+
install:
10+
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
11+
12+
script:
13+
- cd examples/FullFunction
14+
- platformio ci -l ../.. FullFunction.ino --board=$BOARD
15+
- cd ../GetStarted
16+
- platformio ci -l ../.. getStarted.ino --board=$BOARD
17+

0 commit comments

Comments
 (0)