mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
14 lines
187 B
YAML
14 lines
187 B
YAML
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- "12.8.0"
|
||
|
|
||
|
cache:
|
||
|
directories:
|
||
|
- "node_modules"
|
||
|
|
||
|
script:
|
||
|
- '[ "$TRAVIS_PULL_REQUEST" = "false" ] && npm run verify || npm run test'
|
||
|
|
||
|
git:
|
||
|
depth: 5
|