mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 02:24:03 +03:00
Allow go master to fail
This commit is contained in:
committed by
9seconds
parent
c5f99d17b7
commit
c8da08ecce
+6
-1
@@ -9,8 +9,9 @@ go:
|
||||
- "1.10.x"
|
||||
- master
|
||||
|
||||
before_script: make prepare
|
||||
|
||||
script:
|
||||
- make prepare
|
||||
- make all
|
||||
- make lint
|
||||
- make critic
|
||||
@@ -19,3 +20,7 @@ script:
|
||||
cache:
|
||||
directories:
|
||||
- vendor
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: master
|
||||
|
||||
Reference in New Issue
Block a user