fix(travis): install example deps

This commit is contained in:
moklick
2019-10-09 19:08:06 +02:00
parent e144c9cd72
commit ff2fdf192e

View File

@@ -17,6 +17,7 @@ install:
- npm ci
before_script:
- cd example && npm i
- npm run dev &
script: