solana/explorer/.travis.yml

11 lines
131 B
YAML
Raw Normal View History

2020-03-13 03:23:54 -07:00
language: node_js
node_js:
- "node"
2020-03-13 09:13:30 -07:00
branches:
only:
- master
2020-03-13 03:23:54 -07:00
script:
2020-03-18 07:28:10 -07:00
- npm run build
- npm run test
2020-03-13 06:21:52 -07:00
- npm run format