fix: update travis webpack script

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-08 19:27:16 +02:00
parent 5d924c0cf2
commit c96dd560cd
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ node_js:
- '7'
- '8'
sudo: false
script: npm install . && npm run test-travis
script: npm install . && npm run build:webui && npm run test-travis
after_success: npm run coverage:codecov