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 b8ef1c3 + 33c2e36 commit d064c7dCopy full SHA for d064c7d
.travis.yml
@@ -1,6 +1,12 @@
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/AiwaRCT501SendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_AIWA_RC_T501"
@@ -16,7 +22,7 @@ env:
16
22
- PLATFORMIO_CI_SRC=examples/IRremoteInfo
17
23
18
24
install:
19
- - python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
25
+ - pip install -U platformio
20
26
21
27
script:
28
- platformio ci --lib="." --board=uno --board=leonardo --board=pro16MHzatmega168
0 commit comments