solana/explorer/.travis.yml

16 lines
230 B
YAML
Raw Normal View History

2020-03-13 03:23:54 -07:00
language: node_js
# "node" (v16) is not supported by node-sass yet
# https://github.com/sass/node-sass/pull/3090
2020-03-13 03:23:54 -07:00
node_js:
- "lts/*"
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