From a9dcf4ce743df40c03c0e7ae239a5f5d060d1f5b Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Fri, 27 Mar 2020 22:06:29 +0800 Subject: github: use Actions for CI (#6022) * Update golint.yml * Update README.md * Update README.md * Update golint.yml * Update golint.yml * Rename golint.yml to go.yml * Update go.yml * Update go.yml * Update go.yml * Improve tests on Windows * Delete files --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 85d43695..00000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: go -os: linux -dist: xenial -go: - - 1.13.x - - 1.14.x -go_import_path: gogs.io/gogs -env: - - GO111MODULE=on -before_install: - - sudo apt-get update -qq - - sudo apt-get install -y libpam-dev -script: - - go vet ./... - - go build -v -tags "pam" - - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... -after_success: - - bash <(curl -s https://codecov.io/bash) -- cgit v1.2.3