We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c36911d + 7b5087e commit cfb9428Copy full SHA for cfb9428
.travis.yml
@@ -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