fix(travis): install example deps

This commit is contained in:
moklick
2019-10-09 19:15:47 +02:00
parent ff2fdf192e
commit 88db943980
+2 -1
View File
@@ -17,7 +17,8 @@ install:
- npm ci
before_script:
- cd example && npm i
- cd example && npm install
- cd ..
- npm run dev &
script: