trustwallet-assets/.travis.yml
2019-08-09 15:46:58 -07:00

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