1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Add caching to travis (#80)

This commit is contained in:
Paulus Schoutsen
2016-07-27 20:22:48 -07:00
committed by GitHub
parent 15fd8afea7
commit 042e623d22

View File

@@ -1,5 +1,9 @@
sudo: false sudo: false
language: node_js language: node_js
cache:
directories:
- node_modules
- bower_components
install: install:
- npm install - npm install
- bower install - bower install