1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
Files
Boostnote/.travis.yml
2017-07-01 12:02:52 +09:00

7 lines
90 B
YAML

language: node_js
node_js:
- 'stable'
- 'lts/*'
script: npm run lint && npm run test