From 740c5be3691c1e3f6649f5c64f093fca1b3426e0 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Thu, 16 May 2019 17:28:16 +0100 Subject: [PATCH] Cache builds --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1341b7c..308932f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ dist: xenial language: node_js install: npm install && npm run build +cache: + directories: + - node_modules + jobs: include: - stage: unit tests -- GitLab