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" - "1.10.x"
- master - master
before_script: make prepare
script: script:
- make prepare
- make all - make all
- make lint - make lint
- make critic - make critic
@@ -19,3 +20,7 @@ script:
cache: cache:
directories: directories:
- vendor - vendor
matrix:
allow_failures:
- go: master