Skip to content

Commit 99ab1f9

Browse files
committed
Add .travis file
Signed-off-by: Jan Losinski <[email protected]>
1 parent 98e86b2 commit 99ab1f9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
5+
# Cache PlatformIO packages using Travis CI container-based infrastructure
6+
sudo: false
7+
cache:
8+
directories:
9+
- "~/.platformio"
10+
11+
env:
12+
- PLATFORMIO_CI_SRC=examples/log_serial
13+
14+
install:
15+
# PlatformIO
16+
- pip install -U platformio
17+
18+
script:
19+
- platformio ci --lib="." --board=d1_mini

0 commit comments

Comments
 (0)