mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-07 17:36:35 +00:00
Add caching to travis (#80)
This commit is contained in:
parent
15fd8afea7
commit
042e623d22
@ -1,5 +1,9 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- bower_components
|
||||
install:
|
||||
- npm install
|
||||
- bower install
|
||||
|
Loading…
x
Reference in New Issue
Block a user