未验证 提交 3a1c8150 编写于 作者: S Sharif Elgamal 提交者: GitHub

Merge pull request #5710 from medyagh/travis_go_ver

pin go version for boilerplate
...@@ -11,6 +11,7 @@ matrix: ...@@ -11,6 +11,7 @@ matrix:
include: include:
- language: go - language: go
name: Check Boilerplate name: Check Boilerplate
go: 1.12.12
env: env:
- TESTSUITE=boilerplate - TESTSUITE=boilerplate
script: make test script: make test
...@@ -34,6 +35,8 @@ matrix: ...@@ -34,6 +35,8 @@ matrix:
script: make test script: make test
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
travisBuddy:
regex: (FAIL:|\.go:\d+:|^panic:|failed$)
notifications: notifications:
webhooks: webhooks:
urls: urls:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册