mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-02 15:37:42 +00:00
Merge pull request #6619 from shantur/travis-cache
Implement travis cache to speed up build
This commit is contained in:
commit
7c8f2daa10
@ -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