remove codecov token from golang-testing

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-07-21 09:19:37 +08:00
parent 5da50c2aaa
commit e03484aa5b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ clone:
pipeline:
build:
image: appleboy/golang-testing
secrets: [ codecov_token, android_test_token, android_api_key ]
secrets: [ android_test_token, android_api_key ]
commands:
- make deps
- make vet