trustwallet-assets/.travis.yml

14 lines
187 B
YAML
Raw Normal View History

2019-08-09 22:46:58 +00:00
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