1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Use node 12 on TravisCI

This commit is contained in:
Denis Demchenko 2019-07-16 21:15:26 +03:00
parent e7fe551d0c
commit e9cb529da8

View File

@ -1,7 +1,7 @@
language: node_js
after_success: npm run coverage
node_js:
- "8.4.0"
- "12"
script:
- npm run lint
- npm run build