1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

circleci: cache global dependencies

This commit is contained in:
Tom Gallacher 2016-10-21 16:44:35 +01:00
parent 9ace49d0b7
commit 4b12f0d673

View File

@ -17,6 +17,10 @@ machine:
version: 6.9.0
dependencies:
cache_directories:
- "/opt/circleci/nodejs/v6.9.0/bin/"
pre:
- npm install -g triton yarn
post:
- make install