mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 15:34:01 +03:00
Allow golang 1.14 to fail
This commit is contained in:
+1
-1
@@ -6,7 +6,6 @@ dist: trusty
|
|||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
- 1.14.x
|
|
||||||
- master
|
- master
|
||||||
|
|
||||||
before_script: make prepare
|
before_script: make prepare
|
||||||
@@ -18,3 +17,4 @@ script:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: master
|
- go: master
|
||||||
|
- go: 1.14.x # because of golangci-lint
|
||||||
|
|||||||
Reference in New Issue
Block a user