1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 06:10:45 +00:00
lancedikson_bowser/.travis.yml
2018-09-09 13:25:07 +03:00

8 lines
105 B
YAML

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