From 217bbfc9c891191a5d4b5044abd91d4655c9e1ae Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 1 Apr 2019 12:20:42 +0200 Subject: [PATCH] travis tweaks to speed up builds --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc0c4da..75291d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,11 @@ language: node_js node_js: node script: - - ./scripts/install.sh + # - ./scripts/install.sh # runs automatically with npm ci - ./scripts/test.sh - ./scripts/build.sh notifications: email: false -cache: - directories: - - node_modules +cache: npm