travis -- npm installation of dependencies belongs in install section
This commit is contained in:
parent
659b530381
commit
9682dc6bc1
|
@ -11,6 +11,7 @@ os:
|
|||
|
||||
install:
|
||||
- go get -d -t ./...
|
||||
- npm --prefix client install
|
||||
|
||||
script:
|
||||
- go test ./...
|
||||
|
|
Loading…
Reference in New Issue