Skip to content

Commit 041c09d

Browse files
committed
修改了 Travis 中的 Go 测试环境
1 parent 3999909 commit 041c09d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: go
22

33
go:
4-
- 1.9.x
5-
4+
- 1.11.x
5+
66
# whitelist
77
branches:
88
only:
99
- master
10-
- stable
10+
- stable
1111

12-
script:
12+
script:
1313
- go get -t -v ./...
1414
- go vet ./...
1515
- bash ./test.sh

0 commit comments

Comments
 (0)