1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +00:00
lancedikson_bowser/.travis.yml
2020-06-01 23:44:54 +03:00

9 lines
123 B
YAML

language: node_js
after_success: npm run coverage
node_js:
- "12.16.3"
script:
- npm run lint
- npm run build
- npm test