mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-02 07:27:42 +00:00
Implement travis cache to speed up build
This commit is contained in:
parent
70ea4bedfa
commit
0d4c0c695f
@ -5,6 +5,11 @@ sudo: false
|
|||||||
install:
|
install:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- .cache
|
||||||
|
- $HOME/.platformio
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- ENV=sonoff
|
- ENV=sonoff
|
||||||
- ENV=sonoff-minimal
|
- ENV=sonoff-minimal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user