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

9 lines
118 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:
2019-07-16 18:15:26 +00:00
- "12"
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