fix(ci): correctly disable cache on Travis CI

Empty list doesn't work correctly, it still tries to cache
This commit is contained in:
Łukasz Mierzwa
2018-12-27 22:01:54 +01:00
parent 8af49362ea
commit 3cbfbfa8a1

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