Turn node_modules caching back on

This commit is contained in:
Tankred Hase 2016-02-03 18:46:15 +07:00
parent 6821f1f8bb
commit 74763c155d

View File

@ -1,5 +1,8 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
addons:
code_climate:
repo_token: $CODECLIMATE_REPO_TOKEN