Allow go master to fail

This commit is contained in:
Sergey Arkhipov
2018-07-18 17:45:45 +03:00
committed by 9seconds
parent c5f99d17b7
commit c8da08ecce
+6 -1
View File
@@ -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