From 33c11cfcd4a0950bb1073b783ceeefce6cbf2833 Mon Sep 17 00:00:00 2001 From: Zalmoxisus Date: Sun, 23 Dec 2018 01:55:55 +0200 Subject: [PATCH] Remove cache from travis config --- .travis.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 781e050847..0c9ce18157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,8 @@ sudo: false language: node_js node_js: - - "lts/*" - "stable" -cache: - yarn: true - directories: - - "node_modules" script: - - npm run build:all - - npm run lint - - npm test + - yarn build:all + - yarn lint + - yarn test