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
language: node_js
cache:
directories:
- node_modules
- bower_components
install:
- npm install
- bower install