From 23490afbfc9ff4703cb477310a78bebfe51a8e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 25 Jul 2018 11:08:00 +0200 Subject: [PATCH] fix(ci): final build should not use cache, to catch more issues --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f6deabb43..600ef379c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,9 @@ jobs: - stage: Build and Deploy <<: *DEFAULTS_GO + cache: + # disable cache so we always build from scratch + directories: [] before_script: # this stage needs to build everything including assets file and that # requires running webpack, so we need nodejs here