mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
14 lines
122 B
YAML
14 lines
122 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "12.8.0"
|
|
|
|
cache:
|
|
directories:
|
|
- "node_modules"
|
|
|
|
script:
|
|
- 'npm t'
|
|
|
|
git:
|
|
depth: 5 |