Merge pull request #340 from prymitive/fix-travis-cache

fix(ci): correctly disable cache on Travis CI
This commit is contained in:
Łukasz Mierzwa
2018-12-27 22:46:16 +01:00
committed by GitHub

View File

@@ -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