mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 17:42:14 +08:00
ci: use matrix for adding env
This commit is contained in:
parent
91a4459dd2
commit
ca93256bf9
19
.travis.yml
19
.travis.yml
@ -1,16 +1,19 @@
|
||||
language: go
|
||||
|
||||
sudo: false
|
||||
go:
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- master
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- go: 1.6.x
|
||||
- go: 1.7.x
|
||||
- go: 1.8.x
|
||||
- go: 1.9.x
|
||||
- go: 1.10.x
|
||||
- go: 1.11.x
|
||||
- go: 1.11.x
|
||||
env: GO111MODULE=on
|
||||
- go: master
|
||||
|
||||
git:
|
||||
depth: 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user