Cache @PlatformIO packages using @travis-ci container-based infrastructure

This commit is contained in:
Ivan Kravets 2015-10-19 15:57:59 +01:00
parent 7e449d2d3a
commit 906e6c0694

View file

@ -1,9 +1,12 @@
language: python
python:
- "2.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/acm/acm_terminal
@ -51,7 +54,7 @@ env:
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXUSB
install:
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
- pip install -U platformio
#
# Libraries from PlatformIO Library Registry: