From 31dddc016515b0a336b82874bd7fbb8d0225fbf9 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 13:48:56 +0800 Subject: [PATCH] update *.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5331b55..ac9f47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php - go: - '7.1' - script: - composer update -vvv - +branches: + only: + - v6 after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file -- GitLab