From c50c16c3ecbbc521141d49b1f8128ebcf8cbd9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=A8=E5=AE=87?= <821466754@qq.com> Date: Tue, 1 Jun 2021 11:44:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtravis.yml=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E5=89=8D=E7=AB=AF=E5=90=AF=E5=8A=A8=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9a76efd0..fe0381d9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ script: - go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic - cd assets - npm install - - npm run build after_success: - bash <(curl -s https://codecov.io/bash)