From 273eda7d793f9f7e9383dd9856dda15dafbc2551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 28 Aug 2019 14:01:51 +0100 Subject: [PATCH] chore(ci): enable cache for cross compilation job --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f99c7349f..87c9397d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,8 +124,6 @@ jobs: env: - DESC="Cross compile binaries" - GO111MODULE=on - # disable cache so we always build from scratch - cache: false before_script: # this stage needs to build everything including assets file and that # requires running webpack, so we need nodejs here