solana/web3.js/.travis.yml

12 lines
164 B
YAML

language: node_js
node_js:
- "lts/*"
- "node"
before_script: npm run lint
script: npm run test
after_success: npm run coveralls
branches:
only:
- master