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.
1 parent 1deb004 commit 4279590Copy full SHA for 4279590
.travis.yml
@@ -9,7 +9,8 @@ cache:
9
- "~/.platformio"
10
11
env:
12
- - SCRIPT=platformioEsp8266 BOARD=d1_mini
+ - SCRIPT=platformioSingle EXAMPLE=EchoBot BOARDTYPE=ESP8266 BOARD=d1_mini
13
+ #- SCRIPT=platformioEsp8266 BOARD=d1_mini
14
15
install:
16
- pip install -U platformio
scripts/travis/platformioSingle.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh -eux
2
+
3
+platformio ci $PWD/examples/$BOARDTYPE/$EXAMPLE/$EXAMPLE.ino -l '.' -b $BOARD
0 commit comments