From abf0e97a2b45690f73eadb287a941033e6de8798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sat, 26 Jun 2021 14:12:03 +0800 Subject: [PATCH] update *.yml --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d63b29a..9e0a9cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: go - go: - master - script: - go mod tidy - - ls -lh \ No newline at end of file + - ls -lh +branches: + only: + - master +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file -- GitLab