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 1035df7 commit ce5ea22Copy full SHA for ce5ea22
.travis.yml
@@ -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/SSD1306UiDemo/SSD1306UiDemo.ino
13
+ - PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo/SSD1306SimpleDemo.ino
14
15
+install:
16
+ - pip install -U platformio
17
18
+script:
19
+ - platformio ci --lib="." --board=nodemcuv2
0 commit comments