提交 07c9163c 编写于 作者: A aarzilli 提交者: Alessandro Arzilli

Travis-CI: hold back version of Go used to test Linux/i386 until fixed

See Issue #2134
上级 52ce7d11
......@@ -53,7 +53,7 @@ jobs:
include:
- os: linux
services: docker
env: go_32_version=1.15
env: go_32_version=1.14 # Linux/i386 tests held back to Go1.14 until issue #2134 is fixed
script: >-
if [ $TRAVIS_OS_NAME = "linux" ] && [ $go_32_version ]; then
......
......@@ -112,7 +112,7 @@ jobs:
include:
- os: linux
services: docker
env: go_32_version={{index .GoVersions 0}}
env: go_32_version={{index .GoVersions 1}} # Linux/i386 tests held back to Go1.14 until issue #2134 is fixed
script: >-
if [ $TRAVIS_OS_NAME = "linux" ] && [ $go_32_version ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册