From b0b17ab09c8836728aed9cb1a3e5c40aa41a268b Mon Sep 17 00:00:00 2001 From: Jascha Date: Fri, 24 May 2019 07:43:45 +0200 Subject: [PATCH] travis: add cache --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a537c96..163b7bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: node_js node_js: - "12" +cache: npm + os: - linux - osx