1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 14:17:56 +01:00

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:
Agniva De Sarker 2016-10-03 01:10:11 +05:30 committed by Leandro Ostera
parent adcdf62ba3
commit 4f28972dc2

View file

@ -5,9 +5,7 @@ language: node_js
node_js:
- 'stable'
cache:
directories:
- node_modules
cache: false
after_success:
- bash scripts/build.sh