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