1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 06:10:45 +00:00
lancedikson_bowser/.travis.yml
Alexander Cerutti 3d63c268f4
Update .travis.yml
Updated travis.yml to execute run-script build
2019-01-10 00:34:21 +01:00

9 lines
121 B
YAML

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