Files
solana/explorer/.travis.yml
2020-08-08 21:06:24 +08:00

11 lines
131 B
YAML

language: node_js
node_js:
- "node"
branches:
only:
- master
script:
- npm run build
- npm run test
- npm run format