From ba5e3f86cb057c4f8cfe90e9ef5f2b0777e5fba7 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 8 Jan 2019 11:58:21 +0000 Subject: [PATCH] Revert "Add npm cache" This reverts commit f9ecdcb480badc21facbea17bc0f71ed216fcdda. Travis is unhappy about adding an NPM cache as it can't find matrix-js-sdk for some reason --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2cb3f4a9ad..b51f102cbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ install: - npm install - ./scripts/travis/install-deps.sh -cache: npm - matrix: include: - name: Linting Checks