diff --git a/.travis.yml b/.travis.yml index d84a7ae59..d9672e445 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,9 +84,8 @@ jobs: - stage: Build and Deploy <<: *DEFAULTS_GO - cache: - # disable cache so we always build from scratch - directories: [] + # 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