Skip to content

Commit f104fe7

Browse files
travis: cache pip dir (#162)
fixes #15
1 parent 07cac59 commit f104fe7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integration/ci/travis.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ This variant is default choice for native PlatformIO projects:
7575
cache:
7676
directories:
7777
- "~/.platformio"
78+
- $HOME/.cache/pip
7879
7980
install:
8081
- pip install -U platformio
@@ -102,6 +103,7 @@ and boards from command line interface:
102103
cache:
103104
directories:
104105
- "~/.platformio"
106+
- $HOME/.cache/pip
105107
106108
env:
107109
- PLATFORMIO_CI_SRC=path/to/test/file.c
@@ -206,6 +208,7 @@ Examples
206208
cache:
207209
directories:
208210
- "~/.platformio"
211+
- $HOME/.cache/pip
209212
210213
env:
211214
- PLATFORMIO_CI_SRC=examples/acm/acm_terminal
@@ -244,6 +247,7 @@ Examples
244247
cache:
245248
directories:
246249
- "~/.platformio"
250+
- $HOME/.cache/pip
247251
248252
env:
249253
- PLATFORMIO_CI_SRC=examples/backSoon/backSoon.ino
@@ -279,6 +283,7 @@ Examples
279283
cache:
280284
directories:
281285
- "~/.platformio"
286+
- $HOME/.cache/pip
282287
283288
env:
284289
- PLATFORMIO_CI_SRC=examples/TimeArduinoDue PLATFORMIO_CI_EXTRA_ARGS="--board=due"
@@ -317,6 +322,7 @@ Examples
317322
cache:
318323
directories:
319324
- "~/.platformio"
325+
- $HOME/.cache/pip
320326
321327
env:
322328
- PLATFORMIO_CI_SRC=examples/Boards_Bluetooth/Adafruit_Bluefruit_LE

0 commit comments

Comments
 (0)