CI: enable revive again (#294)

enable revive again

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/294
Reviewed-by: sapk <sapk@noreply.gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
6543 2020-03-30 17:15:33 +00:00 committed by John Olheiser
parent 7af0eaa5dd
commit 6cfc044ea7
1 changed files with 4 additions and 3 deletions

View File

@ -34,9 +34,10 @@ steps:
- name: testing
pull: always
image: golang:1.13
image: golang:1.14
environment:
GOPROXY: https://goproxy.cn,direct
GOPROXY: "https://goproxy.cn"
GO111MODULE: "on"
HTTP_PROXY: ""
GITEA_SDK_TEST_URL: "http://gitea:3000"
GITEA_SDK_TEST_USERNAME: "test01"
@ -45,7 +46,7 @@ steps:
commands:
- make clean
- make vet
#- make revive #does not work now, activate it as soon as it works again
- make revive
- make build
- curl --noproxy "*" http://gitea:3000/api/v1/version # verify connection to instance
- make test