Setting cache to false (#1095)
- This was not letting new changes from tldr-lint repo to be fetched. Therefore, preventing new checks like trailing spaces to appear. - Also, its a good practice to get possible updates from npm packages.
This commit is contained in:

committed by
Leandro Ostera

parent
adcdf62ba3
commit
4f28972dc2
@@ -5,9 +5,7 @@ language: node_js
|
||||
node_js:
|
||||
- 'stable'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
cache: false
|
||||
|
||||
after_success:
|
||||
- bash scripts/build.sh
|
||||
|
Reference in New Issue
Block a user