aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-27 22:06:29 +0800
committerGitHub <noreply@github.com>2020-03-27 22:06:29 +0800
commita9dcf4ce743df40c03c0e7ae239a5f5d060d1f5b (patch)
treeddb1c79d2e1ef1aafc0b3fc30a5b9d3041583969 /.travis.yml
parent30c047feddd1951bf53f7f889db71e0f29d06672 (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
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)