travis -- npm installation of dependencies belongs in install section

This commit is contained in:
Eugene Bujak 2018-09-07 16:14:43 +03:00
parent 659b530381
commit 9682dc6bc1
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ os:
install: install:
- go get -d -t ./... - go get -d -t ./...
- npm --prefix client install
script: script:
- go test ./... - go test ./...