mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Merge pull request #340 from prymitive/fix-travis-cache
fix(ci): correctly disable cache on Travis CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user