1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-27 22:03:37 +00:00
lancedikson_bowser/.travis.yml
Denis Demchenko c0cfe887a9 Use built for CI
closes #252
2018-09-15 14:31:39 +03:00

9 lines
117 B
YAML

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