Merge pull request #566 from DanielRuf/chore/cache-node-modules

chore: cache node_modules
This commit is contained in:
Mark Nadal
2018-07-03 16:01:37 -07:00
committed by GitHub

View File

@@ -3,6 +3,10 @@ branches:
except:
- debug
node_js:
- 4
- 6
- 8
- 10
cache:
directories:
- node_modules