From af34500729b29aedf13df3de09486a403509a9d4 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Wed, 15 Apr 2020 15:24:12 +0300 Subject: [PATCH] run npm build on windows --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 60abe861..fd369c2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,7 @@ script: /bin/bash ci.sh ;; windows) + npm --prefix client run build-prod go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./... ;; esac