mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-01 15:07: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:
|
||||
- pip install -U platformio
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- .cache
|
||||
- $HOME/.platformio
|
||||
|
||||
env:
|
||||
- ENV=sonoff
|
||||
- ENV=sonoff-minimal
|
||||
|
Loading…
x
Reference in New Issue
Block a user