diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 18 |
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) |