mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 23:18:10 +01:00
Cache travis folders
This commit is contained in:
parent
975b5127d6
commit
606c412616
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- "~/.platformio"
|
||||||
|
- "$TRAVIS_BUILD_DIR/tests/build/test1/.piolibdeps"
|
||||||
|
- "$TRAVIS_BUILD_DIR/tests/build/test2/.piolibdeps"
|
||||||
|
- "$TRAVIS_BUILD_DIR/tests/build/test3/.piolibdeps"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue