Skip to content

Commit 0d17b78

Browse files
committed
Improve .travis.yml
1 parent ab4e28e commit 0d17b78

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
os: linux
21
language: go
2+
os: linux
3+
dist: xenial
34
go:
45
- 1.9.x
56
- 1.10.x
@@ -8,15 +9,11 @@ go:
89
- 1.13.x
910
- 1.14.x
1011
go_import_path: github.com/gogs/git-module
11-
1212
env:
1313
- GO111MODULE=on
14-
1514
install:
1615
- go get -t -v ./...
17-
1816
script:
1917
- go test -v -race -verbose -coverprofile=coverage.txt -covermode=atomic
20-
2118
after_success:
2219
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)