1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-27 22:03:37 +00:00
lancedikson_bowser/.travis.yml

8 lines
105 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:
2017-08-20 15:29:31 +00:00
- "8.4.0"
2018-09-09 09:58:44 +00:00
script:
- npm run lint
- npm test