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

9 lines
123 B
YAML
Raw Normal View History

2014-02-22 21:30:03 +00:00
language: node_js
2018-06-30 14:35:12 +00:00
after_success: npm run coverage
2014-02-22 21:30:03 +00:00
node_js:
2020-06-01 20:44:54 +00:00
- "12.16.3"
2018-09-09 09:58:44 +00:00
script:
- npm run lint
- npm run build
2018-09-09 09:58:44 +00:00
- npm test