mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Change Travis caching to be less invasive
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
sudo: false
|
||||
language: python
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/
|
||||
cache: pip
|
||||
python:
|
||||
- 3.4.2
|
||||
- 3.5.0
|
||||
- 3.4
|
||||
- 3.5
|
||||
install:
|
||||
- script/bootstrap_server
|
||||
script:
|
||||
|
Reference in New Issue
Block a user