travis -- npm installation of dependencies belongs in install section
This commit is contained in:
parent
659b530381
commit
9682dc6bc1
|
@ -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 ./...
|
||||||
|
|
Loading…
Reference in New Issue