Use verbose client test output on travis

This commit is contained in:
Ken-Håvard Lieng
2017-06-12 06:39:24 +02:00
parent b639ba6846
commit 9f8a0d72ba
6 changed files with 7 additions and 6 deletions

View File

@ -22,7 +22,7 @@ install:
- yarn
script:
- npm test
- npm run test:verbose
- gulp build
- cd ..
- go vet $(go list ./... | grep -v '/vendor/')