mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-13 09:04:44 +00:00
Use master instead of tip
This commit is contained in:
parent
d05911cdcb
commit
bf3d042da6
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.12.x
|
- 1.12.x
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
- tip
|
- master
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -17,10 +17,10 @@ arch:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: master
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows
|
- os: windows
|
||||||
go: tip
|
go: master
|
||||||
- os: windows
|
- os: windows
|
||||||
arch: arm64
|
arch: arm64
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
Loading…
Add table
Reference in a new issue